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 -r -b None of these -l -d -r -b None of these -l ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following signs is used to back up over typing errors in vi? None of these $ ! @ # None of these $ ! @ # ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? None of these chmod a-rw chmod go+r note chmod u+r,g+r,o-x note chmod ugo=r note None of these chmod a-rw chmod go+r note chmod u+r,g+r,o-x note chmod ugo=r note 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? tar programs/wb misc/wbx cp programs/wb misc/wbx copy programs/wb misc/wbx copy a:programs/wb b:misc/wbx tar programs/wb misc/wbx cp programs/wb misc/wbx copy programs/wb misc/wbx copy a:programs/wb b:misc/wbx ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to absolutely assign all permissions to the owner, read and write permissions to the group and only executable permission to the others of the file note? chmod 761 note chmod 4=rwx, g=rw note chmod 671 note chmod 167 note chmod 761 note chmod 4=rwx, g=rw note chmod 671 note chmod 167 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in reverse order sort sh st sort -r sort sh st sort -r ANSWER DOWNLOAD EXAMIANS APP