Unix Which commands is used to assign executable permission to all of the files named "letter"? chmod ugo+x letter chmod ugo+rw letter chmod ugo+r letter chmod u+x letter chmod ugo+x letter chmod ugo+rw letter chmod ugo+r letter chmod u+x letter ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to move the cursor to the left? j h None of these i k j h None of these i k ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to link the files? ln None of these cp tar lk ln None of these cp tar lk ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * ../bin *.* None of these mv * /bin/* mv *.* /bin/ mv * ../bin mv * ../bin *.* None of these mv * /bin/* mv *.* /bin/ mv * ../bin ANSWER DOWNLOAD EXAMIANS APP
Unix In vi editor, forward search is performed using the command. ?pat All of these /pat :pat ?pat All of these /pat :pat ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in alphabetical order? None of these sh sort -r sort st None of these sh sort -r sort st ANSWER DOWNLOAD EXAMIANS APP