Unix Which command is used to copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory? copy wb collect mon /misc copy wb ../misc collect ../misc mon ../misc None of these tar wb collect mon /misc cp wb collect mon ../misc copy wb collect mon /misc copy wb ../misc collect ../misc mon ../misc None of these tar wb collect mon /misc cp wb collect mon ../misc ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with sort command to start sorting ofter the nth column of the (m+l)th field? +(m+l).n kill None of these #NAME? +(m+l).n kill None of these #NAME? ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate a process? shutdown kill cancel haltsys shutdown kill cancel haltsys ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to save the output of the who command in a file named user.lst, as well as display it? who >> user.lst who | tee user.lst who < user.lste who > user.lst None of these who >> user.lst who | tee user.lst who < user.lste who > user.lst None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate all processes in your own system except the login shell? None of these cancel all kill 0 kill 1 cancel 1 None of these cancel all kill 0 kill 1 cancel 1 ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the directory attributes rather than its contents? ls -l -d ls -x ls -F ls -l ls -l -d ls -x ls -F ls -l ANSWER DOWNLOAD EXAMIANS APP