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? 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 copy wb collect mon /misc copy wb ../misc collect ../misc mon ../misc ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to None of these chmo a =761 note chmod u=rwx, g=rw, o=x note chmod 167 note chmod 4=7, g=6,0 =1 note None of these chmo a =761 note chmod u=rwx, g=rw, o=x note chmod 167 note chmod 4=7, g=6,0 =1 note 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 of the following is invalid filename? None of these TRY my .file trial None of these TRY my .file trial ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace text from cursor to right? c C r R c C r R ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in alphabetical order? None of these sort -r st sh sort None of these sort -r st sh sort ANSWER DOWNLOAD EXAMIANS APP