Unix Which command is used to make all files and sub-directories in the directory (progs) executable by all users? chmod -1 a+x progs chmod -R 222 progs chmod -x a+x progs chmod -R a+x progs chmod -1 a+x progs chmod -R 222 progs chmod -x a+x progs chmod -R a+x progs ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to replace a single character with new text? s R S r s R S r ANSWER DOWNLOAD EXAMIANS APP
Unix Which commands is used to assign executable permission to all of the files named "letter"? chmod ugo+rw letter chmod ugo+x letter chmod u+x letter chmod ugo+r letter chmod ugo+rw letter chmod ugo+x letter chmod u+x letter chmod ugo+r letter 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 cat tee None of these more grep cat tee None of these more ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in alphabetical order? None of these st sh sort sort -r None of these st sh sort sort -r ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a directory? rdir rd dldir rmdir rdir rd dldir rmdir ANSWER DOWNLOAD EXAMIANS APP