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 None of these cp wb collect mon ../misc tar wb collect mon /misc copy wb ../misc collect ../misc mon ../misc copy wb collect mon /misc None of these cp wb collect mon ../misc tar wb collect mon /misc copy wb ../misc collect ../misc mon ../misc ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the end of the file? eof None of these tail bof head - r eof None of these tail bof head - r 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 -x a+x progs chmod -1 a+x progs chmod -R a+x progs chmod -R 222 progs chmod -x a+x progs chmod -1 a+x progs chmod -R a+x progs ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display your working directory? path prompt $p$g pwd dir path prompt $p$g pwd dir ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate all processes in your own system except the login shell? cancel 1 kill 0 None of these kill 1 cancel all cancel 1 kill 0 None of these kill 1 cancel all ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the end of a line? None of these $pat ^pat pat^ pat$ None of these $pat ^pat pat^ pat$ ANSWER DOWNLOAD EXAMIANS APP