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 u-x, go+r note chmod go+r, u+x note chmod go+x, u-x note chmod g-x, uo+r note None of these chmod u-x, go+r note chmod go+r, u+x note chmod go+x, u-x note chmod g-x, uo+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to save the standard output in a file, as well as display it on the terminal? grep more cat tee None of these grep more cat tee None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command allows you to view your file 24 lines at a time? None of these lp pg more cat None of these lp pg more cat ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to create a directory? md mkdir None of these crdir cr md mkdir None of these crdir cr ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is not the vi Input mode command? None of these j S R rch None of these j S R rch ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace single character under cursor with any number of characters? s a S A s a S A ANSWER DOWNLOAD EXAMIANS APP