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 of the following command is used to go to home directory? cd cd.. cd HOME. None of these cd/ cd cd.. cd HOME. None of these cd/ ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with rm command to make the command prompt the user with each filename and a ?, before acting on it None of these #NAME? -r -1 None of these #NAME? -r -1 ANSWER DOWNLOAD EXAMIANS APP
Unix The File that contains a set of instructions which are performed when a user logs in, is None of these .autoexec .profile .exrc autoexec.bat None of these .autoexec .profile .exrc autoexec.bat ANSWER DOWNLOAD EXAMIANS APP
Unix You can append to a file instead of overwriting by using the None of these < symbols >> symbols > symbols None of these < symbols >> symbols > symbols ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to print a file? prn pg print lp prn pg print lp ANSWER DOWNLOAD EXAMIANS APP