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 go+x, u-x note chmod go+r, u+x note None of these chmod u-x, go+r note chmod g-x, uo+r note chmod go+x, u-x note chmod go+r, u+x note None of these chmod u-x, go+r note chmod g-x, uo+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the filenames in multiple columns? None of these lc ls ls -x ls -1 None of these lc ls ls -x ls -1 ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following options will be used to display number of blocks used by a file? -r option None of these -c #NAME? -r option None of these -c #NAME? ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to absolutely assign all permissions to the owner, read and write permissions to the group and only executable permission to the others of the file note? chmod 761 note chmod 4=rwx, g=rw note chmod 167 note chmod 671 note chmod 761 note chmod 4=rwx, g=rw note chmod 167 note chmod 671 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a file? rm del mv remove rm del mv remove ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following directories contain all the Alias created by a user, including his login directory? /tmp /dev /usr /etc /tmp /dev /usr /etc ANSWER DOWNLOAD EXAMIANS APP