Unix Which command is used with file named 'note' to remove the executable permission from the user and assign read permission to the group and others? chmod g-x, uo+r note chmod u-x, go+r note chmod go+r, u+x note None of these chmod go+x, u-x note chmod g-x, uo+r note chmod u-x, go+r note chmod go+r, u+x note None of these chmod go+x, u-x note ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with ps command to slow the entire command line of the process being run? -1 #NAME? -4 -2 -1 #NAME? -4 -2 ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list all the files with extension .lst? ls lst* ls *[lst] ls -l *.lst ls *.* ls lst* ls *[lst] ls -l *.lst ls *.* 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. count p wcount wc countw None of these count p wcount wc countw None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files contains information related to password aging? All the these Shadow password profile All the these Shadow password profile ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following directories contain all the Alias created by a user, including his login directory? /usr /etc /tmp /dev /usr /etc /tmp /dev ANSWER DOWNLOAD EXAMIANS APP