Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod a-rw chmod ugo=r note chmod u+r,g+r,o-x note None of these chmod go+r note chmod a-rw chmod ugo=r note chmod u+r,g+r,o-x note None of these chmod go+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to locate all the .profile files in the system? find /-name profile -print l -u .profile None of these cd /.profile ls profile find /-name profile -print l -u .profile None of these cd /.profile ls profile ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to move cursor forward to first occurrence of character 'ch' in the current line? fch tch None of these ech rch fch tch None of these ech rch ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in reverse order sh sort -r st sort sh sort -r st sort ANSWER DOWNLOAD EXAMIANS APP
Unix Which set option is used with vi editor to display line numbers on screen? nm nu li ic nm nu li ic ANSWER DOWNLOAD EXAMIANS APP
Unix Which of are following internal commands is used in mail to forward mail to user in user-list? None of these m user-list e user-list d user-list r user-list None of these m user-list e user-list d user-list r user-list ANSWER DOWNLOAD EXAMIANS APP