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 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 copy programs/wb misc/wbx ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to overstrike a whole line? R C None of these v u R C None of these v u ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to delete the character beneath the cursor? None of these X x dd D None of these X x dd D ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv *.* /bin/ None of these mv * ../bin mv * /bin/* mv * ../bin *.* mv *.* /bin/ None of these mv * ../bin mv * /bin/* mv * ../bin *.* ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with disk free command to include the total amount of disk space in the file system? #NAME? -4 None of these #NAME? #NAME? #NAME? -4 None of these #NAME? #NAME? 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