Unix Which command is used to delete all files in the current directory as well as all files and sub-directories in its subdirectories? rm all rm -r * rm * rm *.* None of these rm all rm -r * rm * rm *.* None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with ps command to slow the entire command line of the process being run? -2 #NAME? -1 -4 -2 #NAME? -1 -4 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 terminate a process? haltsys shutdown kill cancel haltsys shutdown kill cancel ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv *.* /bin/ mv * ../bin *.* mv * ../bin mv * /bin/* None of these mv *.* /bin/ mv * ../bin *.* mv * ../bin mv * /bin/* None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The cp command uses: standard output file standard input file both input and output file neither standard input nor standard output file standard output file standard input file both input and output file neither standard input nor standard output file ANSWER DOWNLOAD EXAMIANS APP