Unix Which command is used to remove a file? remove mv rm del remove mv rm del ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in reverse order sort sort -r sh st sort sort -r sh st ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command addresses all users who are currently hooked on? wall mail mesg write wall mail mesg write ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display all the lines with the string 'sales' from the file empl.lst? None of these cat | /sales > empl.lst grep sales empl.lst cut sales empl.lst /sales > empl.lst None of these cat | /sales > empl.lst grep sales empl.lst cut sales empl.lst /sales > empl.lst ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to set the three permissions for all the three categories of users of a file? chown None of these chmod chusr chgrp chown None of these chmod chusr chgrp 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.lste who >> user.lst None of these who | tee user.lst who > user.lst who < user.lste who >> user.lst None of these who | tee user.lst ANSWER DOWNLOAD EXAMIANS APP