Unix Which command is used to sort the lines of data in a file in alphabetical order? None of these sort st sh sort -r None of these sort st sh sort -r ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change directory to the name beginning with a 'p'? cd p* cd p cd p* cd [p] cd p* cd p cd p* cd [p] 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? cat None of these tee grep more cat None of these tee grep more ANSWER DOWNLOAD EXAMIANS APP
Unix Major expressions used with find command to select file is it has been accessed in more than 375 days, is #NAME? None of these #NAME? #NAME? #NAME? #NAME? None of these #NAME? #NAME? #NAME? ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to view your file 24 lines at a time? None of these cat lp pg /p None of these cat lp pg /p ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change protection mode of files starting with the string emp and ending with 1,2, or 3? chmod 777 emp* chmod 222 emp? chmod u+r ??? emp chmod u+x emp[1-3] chmod 777 emp* chmod 222 emp? chmod u+r ??? emp chmod u+x emp[1-3] ANSWER DOWNLOAD EXAMIANS APP