Unix Which command is used to move all files to the bin sub-directory of the parent directory? None of these mv * /bin/* mv *.* /bin/ mv * ../bin *.* mv * ../bin None of these mv * /bin/* mv *.* /bin/ mv * ../bin *.* mv * ../bin 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-r note chmod go+rw note chmod go+r note chmod go-x note chmod go-r note chmod go+rw note chmod go+r note 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[12] /progs/*.* cp chap* progs cp chap?? /progs/* cp chap?? progs cp chap[12] /progs/*.* cp chap* progs cp chap?? /progs/* cp chap?? progs ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor scroll half page backward? [Control - u] [Control-c] [Control -P] None of these [Control-d] [Control - u] [Control-c] [Control -P] None of these [Control-d] ANSWER DOWNLOAD EXAMIANS APP
Unix The first set of the three permissions (rw) pertains to the owner of the file, indicating that the owner has None of these write and executable permissions both read and write permissions both read and executable permissions. executable permission only None of these write and executable permissions both read and write permissions both read and executable permissions. executable permission only ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is not a filter? sort wc grep None of these sort wc grep None of these ANSWER DOWNLOAD EXAMIANS APP