Unix Which command is used to change directory to the name beginning with a 'p'? cd p* cd p cd p* cd [p] cd p* cd p cd p* cd [p] ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is not a communication command. mesg grep mail write mesg grep mail write 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.lste None of these who > user.lst who >> user.lst who | tee user.lst who < user.lste None of these who > user.lst who >> user.lst who | tee user.lst ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with file named 'note' to remove the executable permission from the user and assign read permission to the group and others? None of these chmod u-x, go+r note chmod go+x, u-x note chmod go+r, u+x note chmod g-x, uo+r note None of these chmod u-x, go+r note chmod go+x, u-x note chmod go+r, u+x note chmod g-x, uo+r note ANSWER DOWNLOAD EXAMIANS APP
Unix The cat command is used to capture a file display a file copy a file print a file None of these capture a file display a file copy a file print a file None of these 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 cp programs/wb misc/wbx tar programs/wb misc/wbx copy a:programs/wb b:misc/wbx copy programs/wb misc/wbx cp programs/wb misc/wbx tar programs/wb misc/wbx copy a:programs/wb b:misc/wbx ANSWER DOWNLOAD EXAMIANS APP