Unix Which command is used to remove a file? del rm mv remove del rm mv remove ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to remove the directory is; None of these remove rd rmdir rdir None of these remove rd rmdir rdir ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command is used to count just the number of lines contained in a file? wc -r wc -c wc -w wc -l None of these wc -r wc -c wc -w wc -l None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the end of a line? pat^ pat$ ^pat None of these $pat pat^ pat$ ^pat None of these $pat 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? tar wb collect mon /misc cp wb collect mon ../misc copy wb ../misc collect ../misc mon ../misc copy wb collect mon /misc None of these tar wb collect mon /misc cp wb collect mon ../misc copy wb ../misc collect ../misc mon ../misc copy wb collect mon /misc None of these ANSWER DOWNLOAD EXAMIANS APP
Unix If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use stty echo ^a stty echoe tty ^c stty intr ^c stty echo ^a stty echoe tty ^c stty intr ^c ANSWER DOWNLOAD EXAMIANS APP