Unix Which symbol will be used with grep command to match the pattern pat at the end of a line? pat$ $pat ^pat pat^ None of these pat$ $pat ^pat pat^ None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod u+r,g+r,o-x note None of these chmod ugo=r note chmod a-rw chmod go+r note chmod u+r,g+r,o-x note None of these chmod ugo=r note chmod a-rw chmod go+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands can be used to get information about yourself? i /4 who am i which None of these pwd i /4 who am i which None of these pwd ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to locate all the .profile files in the system? l -u .profile None of these ls profile cd /.profile find /-name profile -print l -u .profile None of these ls profile cd /.profile find /-name profile -print ANSWER DOWNLOAD EXAMIANS APP
Unix The UNIX file system stores a date in physical blocks of 1024 bytes 256 bytes 512 bytes None of these 2048 bytes 1024 bytes 256 bytes 512 bytes None of these 2048 bytes ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace text from cursor to right? r c C R r c C R ANSWER DOWNLOAD EXAMIANS APP