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? -b -l -r None of these -d -b -l -r None of these -d ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy directory structures in and out None of these cpio copy cp cp - p None of these cpio copy cp cp - p ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to identify the type of file by context? cat file more ls cat file more ls ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display and create files? lyrix ed cat vi lyrix ed cat vi 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 u+x emp[1-3] chmod 777 emp* chmod u+r ??? emp chmod 222 emp? chmod u+x emp[1-3] chmod 777 emp* chmod u+r ??? emp chmod 222 emp? 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 grep tr tee sort grep tr tee sort ANSWER DOWNLOAD EXAMIANS APP