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 is used to display a file contents in octal form? of od oct cd of od oct cd ANSWER DOWNLOAD EXAMIANS APP
Unix The chmod ugo+rw note command can be represented in octal notation as chmod 444 note chmod 666 note chmod 555 note chmod 333 note chmod 444 note chmod 666 note chmod 555 note chmod 333 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change protection mode of files starting with the string emp and ending with 1,2, or 3? chmod 222 emp? chmod u+x emp[1-3] chmod u+r ??? emp chmod 777 emp* chmod 222 emp? chmod u+x emp[1-3] chmod u+r ??? emp chmod 777 emp* ANSWER DOWNLOAD EXAMIANS APP
Unix The File that contains a set of instructions which are performed when a user logs in, is autoexec.bat .autoexec .exrc None of these .profile autoexec.bat .autoexec .exrc None of these .profile ANSWER DOWNLOAD EXAMIANS APP
Unix The command which transcribes the standard input to the standard output and also makes a copy of the same in a file is sort tr tee grep sort tr tee grep ANSWER DOWNLOAD EXAMIANS APP