Unix Which option is used with cmp command to give a detailed list of the byte number and the differing bytes in octal for each character that differs in both the files? -d -b -r -l None of these -d -b -r -l None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The ls -l command tells None of these All of these the name of the group owner of the file who the owner of the file is how large the file is and when the file was last modified. None of these All of these the name of the group owner of the file who the owner of the file is how large the file is and when the file was last modified. ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to get directory one level up? cd .. chdir cd None of these cd/ cd .. chdir cd None of these cd/ 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 copy a:programs/wb b:misc/wbx cp programs/wb misc/wbx copy programs/wb misc/wbx tar programs/wb misc/wbx copy a:programs/wb b:misc/wbx cp programs/wb misc/wbx ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command addresses all users who are currently hooked on? mesg mail write wall mesg mail write wall ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy all files having the string chap and any two characters after that to the progs directory? cp chap* progs cp chap[12] /progs/*.* cp chap?? progs cp chap?? /progs/* cp chap* progs cp chap[12] /progs/*.* cp chap?? progs cp chap?? /progs/* ANSWER DOWNLOAD EXAMIANS APP