Unix The commonly used UNIX commands like date, ls, cat, etc. are stored in /bin and /usr/bin directories /unix directory /tmp directory /dev directory None of these /bin and /usr/bin directories /unix directory /tmp directory /dev directory None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to count the total number of lines, words, and characters contained in a file. countw wcount None of these count p wc countw wcount None of these count p wc ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command is used to count just the number of lines contained in a file? wc -r None of these wc -w wc -c wc -l wc -r None of these wc -w wc -c wc -l ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files contains information related to password aging? profile Shadow All the these password profile Shadow All the these password ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove the read permission of the file 'note' from both the group and others? chmod go-r note chmod go+r note chmod go+rw note chmod go-x note chmod go-r note chmod go+r note chmod go+rw note chmod go-x note ANSWER DOWNLOAD EXAMIANS APP
Unix The Octal number to be given alogn with chmod command to make a file readable, writable and executable to the owner, readable and executable to group and others is: 755 555 744 755 555 744 ANSWER DOWNLOAD EXAMIANS APP