Unix Which command is used with vi editor scroll half page backward? None of these [Control-d] [Control - u] [Control-c] [Control -P] None of these [Control-d] [Control - u] [Control-c] [Control -P] 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 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 to remove the read permission of the file 'note' from both the group and others? chmod go+r note chmod go-x note chmod go-r note chmod go+rw note chmod go+r note chmod go-x note chmod go-r note chmod go+rw note ANSWER DOWNLOAD EXAMIANS APP
Unix In vi editor, forward search is performed using the command. All of these ?pat :pat /pat All of these ?pat :pat /pat ANSWER DOWNLOAD EXAMIANS APP
Unix The cp command uses: both input and output file standard output file neither standard input nor standard output file standard input file both input and output file standard output file neither standard input nor standard output file standard input file 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 programs/wb misc/wbx tar programs/wb misc/wbx cp programs/wb misc/wbx copy a:programs/wb b:misc/wbx copy programs/wb misc/wbx tar programs/wb misc/wbx cp programs/wb misc/wbx copy a:programs/wb b:misc/wbx ANSWER DOWNLOAD EXAMIANS APP