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 The second set of the three permissions (r-) indicates that owner has read permission only group has write permission only group has read permission only other has read permission only owner has read permission only group has write permission only group has read permission only other has read permission only ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate all processes in your own system except the login shell? None of these cancel 1 cancel all kill 0 kill 1 None of these cancel 1 cancel all kill 0 kill 1 ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy directory structures in and out cp copy cpio cp - p None of these cp copy cpio cp - p None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The chmod ugo+rw note command can be represented in octal notation as chmod 555 note chmod 444 note chmod 333 note chmod 666 note chmod 555 note chmod 444 note chmod 333 note chmod 666 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to view your file 24 lines at a time? cat None of these pg /p lp cat None of these pg /p lp ANSWER DOWNLOAD EXAMIANS APP