Unix Which command is used with vi editor to save file and remain in the editing mode? q! None of these :q :w :x q! None of these :q :w :x ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following signs is used to back up over typing errors in vi? $ None of these ! @ # $ None of these ! @ # 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: 555 755 744 555 755 744 ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod go+r note chmod u+r,g+r,o-x note chmod ugo=r note chmod a-rw None of these chmod go+r note chmod u+r,g+r,o-x note chmod ugo=r note chmod a-rw None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to create a directory? None of these mkdir cr md crdir None of these mkdir cr md crdir ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to locate all the .profile files in the system? l -u .profile cd /.profile find /-name profile -print ls profile None of these l -u .profile cd /.profile find /-name profile -print ls profile None of these ANSWER DOWNLOAD EXAMIANS APP