Unix Which command is used to sort the lines of data in a file in reverse order sort sh sort -r st sort sh sort -r st ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files contains information related to password aging? Shadow profile All the these password Shadow profile All the these password 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 who < user.lste who | tee user.lst None of these who > user.lst who >> user.lst who < user.lste who | tee user.lst None of these 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? tee more cat None of these grep tee more cat None of these grep ANSWER DOWNLOAD EXAMIANS APP
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 None of these chmod g-x, uo+r note chmod go+x, u-x note chmod u-x, go+r note chmod go+r, u+x note None of these chmod g-x, uo+r note chmod go+x, u-x note chmod u-x, go+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy directory structures in and out cpio cp - p None of these copy cp cpio cp - p None of these copy cp ANSWER DOWNLOAD EXAMIANS APP