Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * ../bin mv *.* /bin/ None of these mv * /bin/* mv * ../bin *.* mv * ../bin mv *.* /bin/ None of these mv * /bin/* mv * ../bin *.* ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate a process? cancel haltsys shutdown kill cancel haltsys shutdown kill ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands can be used to get information about yourself? pwd None of these i /4 which who am i pwd None of these i /4 which who am i ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to rename a file? ren remove mv rename ren remove mv rename ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate all processes in your own system except the login shell? kill 1 cancel all kill 0 None of these cancel 1 kill 1 cancel all kill 0 None of these cancel 1 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