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.lste who > user.lst who >> user.lst who | tee user.lst None of these who < user.lste who > user.lst who >> user.lst who | tee user.lst None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is not a communication command. write mail grep mesg write mail grep mesg ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to search a pattern in the forward direction? // ?? / ? // ?? / ? ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the filenames in multiple columns? None of these lc ls -x ls -1 ls None of these lc ls -x ls -1 ls ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to absolutely assign all permissions to the owner, read and write permissions to the group and only executable permission to the others of the file note? chmod 167 note chmod 671 note chmod 4=rwx, g=rw note chmod 761 note chmod 167 note chmod 671 note chmod 4=rwx, g=rw note chmod 761 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is not a filter? None of these sort wc grep None of these sort wc grep ANSWER DOWNLOAD EXAMIANS APP