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* progs cp chap?? /progs/* cp chap[12] /progs/*.* cp chap?? progs cp chap* progs cp chap?? /progs/* cp chap[12] /progs/*.* 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 4=rwx, g=rw note chmod 167 note chmod 761 note chmod 671 note chmod 4=rwx, g=rw note chmod 167 note chmod 761 note chmod 671 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to assign executable permission to the owner of the file named "note"? chmod u+x note chmod u+w note chmod g+x note chmod ugo+x note chmod u+x note chmod u+w note chmod g+x note chmod ugo+x note ANSWER DOWNLOAD EXAMIANS APP
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? None of these -d -b -l -r None of these -d -b -l -r ANSWER DOWNLOAD EXAMIANS APP
Unix The commonly used UNIX commands like date, ls, cat, etc. are stored in /bin and /usr/bin directories /tmp directory /unix directory None of these /dev directory /bin and /usr/bin directories /tmp directory /unix directory None of these /dev directory ANSWER DOWNLOAD EXAMIANS APP
Unix Which operator will be used with chmod command to assign absolute permission? + - None of these % = + - None of these % = ANSWER DOWNLOAD EXAMIANS APP