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
Unix Which shell's wild-cards is used to match a single character? ? None of these [ijk] [!ijk] * ? None of these [ijk] [!ijk] * 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 command is used to display the top of the file? more grep head cat more grep head cat ANSWER DOWNLOAD EXAMIANS APP
Unix The chmod ugo+rw note command can be represented in octal notation as chmod 555 note chmod 333 note chmod 666 note chmod 444 note chmod 555 note chmod 333 note chmod 666 note chmod 444 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to rename a file? rename mv ren remove rename mv ren remove ANSWER DOWNLOAD EXAMIANS APP