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? None of these chmod g-x, uo+r note chmod go+x, u-x note chmod u-x, go+r note chmod go+r, u+x note None of these chmod g-x, uo+r note chmod go+x, u-x note chmod u-x, go+r note chmod go+r, u+x note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to save file and remain in the editing mode? :x :w None of these :q q! :x :w None of these :q q! ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to create a directory? md cr crdir None of these mkdir md cr crdir None of these mkdir ANSWER DOWNLOAD EXAMIANS APP
Unix The cp command uses: both input and output file standard input file neither standard input nor standard output file standard output file both input and output file standard input file neither standard input nor standard output file standard output file ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files will displayed by this command cat *ch* catch All of these .ch patch catch All of these .ch patch ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a directory? dldir rd rdir rmdir dldir rd rdir rmdir ANSWER DOWNLOAD EXAMIANS APP