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 of the following commands is used to copy directory structures in and out cp - p None of these cpio cp copy cp - p None of these cpio cp copy 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.bat .profile .autoexec .exrc None of these autoexec.bat .profile .autoexec .exrc ANSWER DOWNLOAD EXAMIANS APP
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 cp wb collect mon ../misc copy wb ../misc collect ../misc mon ../misc tar wb collect mon /misc None of these copy wb collect mon /misc cp wb collect mon ../misc copy wb ../misc collect ../misc mon ../misc tar wb collect mon /misc None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following special shell variables is used to process number of the last background job? $# $0 $* $! $# $0 $* $! ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to append text at end of line? I None of these a A i I None of these a A i ANSWER DOWNLOAD EXAMIANS APP