Unix Which command is used to sort the lines of data in a file in alphabetical order? None of these sort sh st sort -r None of these sort sh st sort -r ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with the chmod command recursively to all files and sub-directories in a directory? -R #NAME? -1 None of these -R #NAME? -1 None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate a process? kill haltsys cancel shutdown kill haltsys cancel shutdown ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to save the output of the who command in a file named user.lst, as well as display it? who > user.lst who >> user.lst None of these who | tee user.lst who < user.lste who > user.lst who >> user.lst None of these who | tee user.lst who < user.lste ANSWER DOWNLOAD EXAMIANS APP
Unix The ls -l command tells All of these the name of the group owner of the file how large the file is and when the file was last modified. None of these who the owner of the file is All of these the name of the group owner of the file how large the file is and when the file was last modified. None of these who the owner of the file is ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following special shell variables is used to process number of the last background job? $* $0 $# $! $* $0 $# $! ANSWER DOWNLOAD EXAMIANS APP