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[12] /progs/*.* cp chap?? /progs/* cp chap* progs cp chap?? progs cp chap[12] /progs/*.* cp chap?? /progs/* cp chap* progs ANSWER DOWNLOAD EXAMIANS APP
Unix While working with mail command, which command is used to save mail in a separate file? d w s r d w s r ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate all processes in your own system except the login shell? kill 1 cancel 1 None of these cancel all kill 0 kill 1 cancel 1 None of these cancel all kill 0 ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following directories contain all the Alias created by a user, including his login directory? /dev /etc /tmp /usr /dev /etc /tmp /usr ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to extract specific columns from the file? grep cut cat paste grep cut cat paste ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to make all files and sub-directories in the directory (progs) executable by all users? chmod -R 222 progs chmod -R a+x progs chmod -x a+x progs chmod -1 a+x progs chmod -R 222 progs chmod -R a+x progs chmod -x a+x progs chmod -1 a+x progs ANSWER DOWNLOAD EXAMIANS APP