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 | tee user.lst who > user.lst None of these who < user.lste who >> user.lst who | tee user.lst who > user.lst None of these who < user.lste ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to identify the type of file by context? ls more cat file ls more cat file ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to rename a file? rename remove ren mv rename remove ren mv ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate all processes in your own system except the login shell? cancel all kill 1 None of these kill 0 cancel 1 cancel all kill 1 None of these kill 0 cancel 1 ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy a file wb with the same name from the programs directory to the misc directory? None of these copy programs/wb misc/wb copy a:programs/wb b:misc/wb cp programs/wb misc tar programs/wb misc/wb None of these copy programs/wb misc/wb copy a:programs/wb b:misc/wb cp programs/wb misc tar programs/wb misc/wb ANSWER DOWNLOAD EXAMIANS APP
Unix In vi editor, forward search is performed using the command. /pat ?pat :pat All of these /pat ?pat :pat All of these ANSWER DOWNLOAD EXAMIANS APP