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 None of these who >> user.lst who | tee user.lst who < user.lste who > user.lst None of these who >> user.lst who | tee user.lst who < user.lste ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor scroll half page backward? [Control-d] [Control -P] None of these [Control-c] [Control - u] [Control-d] [Control -P] None of these [Control-c] [Control - u] 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? tar programs/wb misc/wb copy programs/wb misc/wb copy a:programs/wb b:misc/wb cp programs/wb misc None of these tar programs/wb misc/wb copy programs/wb misc/wb copy a:programs/wb b:misc/wb cp programs/wb misc None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the filenames in multiple columns? lc ls -1 ls None of these ls -x lc ls -1 ls None of these ls -x ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove the read permission of the file 'note' from both the group and others? chmod go-x note chmod go-r note chmod go+r note chmod go+rw note chmod go-x note chmod go-r note chmod go+r note chmod go+rw note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy a file wb from the programs directory into a file called wbx in the misc directory? copy a:programs/wb b:misc/wbx tar programs/wb misc/wbx copy programs/wb misc/wbx cp programs/wb misc/wbx copy a:programs/wb b:misc/wbx tar programs/wb misc/wbx copy programs/wb misc/wbx cp programs/wb misc/wbx ANSWER DOWNLOAD EXAMIANS APP