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? tar programs/wb misc/wbx copy programs/wb misc/wbx copy a:programs/wb b:misc/wbx cp programs/wb misc/wbx tar programs/wb misc/wbx copy programs/wb misc/wbx copy a:programs/wb b:misc/wbx cp programs/wb misc/wbx ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc infile >newfile wc infile | newfile wc infile - newfile wc newfile wc infile >newfile wc infile | newfile wc infile - newfile wc newfile ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is not the vi Input mode command? R S None of these j rch R S None of these j rch ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following directories contain all the Alias created by a user, including his login directory? /tmp /dev /usr /etc /tmp /dev /usr /etc ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod ugo=r note None of these chmod u+r,g+r,o-x note chmod go+r note chmod a-rw chmod ugo=r note None of these chmod u+r,g+r,o-x note chmod go+r note chmod a-rw ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command addresses all users who are currently hooked on? mail mesg write wall mail mesg write wall ANSWER DOWNLOAD EXAMIANS APP