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 go+r, u+x note chmod go+x, u-x note chmod u-x, go+r note chmod g-x, uo+r note None of these chmod go+r, u+x note chmod go+x, u-x note chmod u-x, go+r note chmod g-x, uo+r note None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to set the three permissions for all the three categories of users of a file? chmod chown chgrp None of these chusr chmod chown chgrp None of these chusr ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to append text at end of line? A I None of these a i A I None of these a i 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
Unix Which command is used to sort the lines of data in a file in reverse order sh sort -r sort st sh sort -r sort st ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to get directory one level up? cd cd/ None of these chdir cd .. cd cd/ None of these chdir cd .. ANSWER DOWNLOAD EXAMIANS APP