Unix Which of the following commands is used to copy directory structures in and out cp - p cpio copy cp None of these cp - p cpio copy cp None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change directory to the name beginning with a 'p'? cd p* cd [p] cd p* cd p cd p* cd [p] cd p* cd p ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove the read permission of the file 'note' from both the group and others? chmod go-x note chmod go+rw note chmod go-r note chmod go+r note chmod go-x note chmod go+rw note chmod go-r note chmod go+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor scroll half page backward? None of these [Control - u] [Control-d] [Control -P] [Control-c] None of these [Control - u] [Control-d] [Control -P] [Control-c] 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* progs cp chap[12] /progs/*.* cp chap?? progs cp chap?? /progs/* cp chap* progs cp chap[12] /progs/*.* cp chap?? progs ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in alphabetical order? sort -r sort None of these st sh sort -r sort None of these st sh ANSWER DOWNLOAD EXAMIANS APP