Unix Which of the following commands is used to list contents of directories? ls tar dir lp ls tar dir lp ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod ugo=r note None of these chmod a-rw chmod u+r,g+r,o-x note chmod go+r note chmod ugo=r note None of these chmod a-rw chmod u+r,g+r,o-x note chmod go+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to save file and remain in the editing mode? None of these :q :w :x q! None of these :q :w :x q! ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the beginning of a line? ^pat pat^ $pat pat$ ^pat pat^ $pat pat$ ANSWER DOWNLOAD EXAMIANS APP
Unix Which shell's wild-cards is used to match a single character? [!ijk] [ijk] None of these * ? [!ijk] [ijk] None of these * ? ANSWER DOWNLOAD EXAMIANS APP
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 u-x, go+r note None of these chmod g-x, uo+r note chmod go+x, u-x note chmod go+r, u+x note chmod u-x, go+r note None of these chmod g-x, uo+r note chmod go+x, u-x note chmod go+r, u+x note ANSWER DOWNLOAD EXAMIANS APP