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 *.* None of these rm * rm all rm -r * rm *.* None of these rm * rm all rm -r * ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with ps command to slow the entire command line of the process being run? #NAME? -2 -1 -4 #NAME? -2 -1 -4 ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod u+r,g+r,o-x note chmod go+r note chmod a-rw None of these chmod ugo=r note chmod u+r,g+r,o-x note chmod go+r note chmod a-rw None of these chmod ugo=r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor scroll half page backward? None of these [Control -P] [Control-d] [Control - u] [Control-c] None of these [Control -P] [Control-d] [Control - u] [Control-c] ANSWER DOWNLOAD EXAMIANS APP
Unix The cp command uses: neither standard input nor standard output file standard input file standard output file both input and output file neither standard input nor standard output file standard input file standard output file both input and output file ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to count just the number of characters in a file? wc -c wc -w wc - 1 wc -r wc -c wc -w wc - 1 wc -r ANSWER DOWNLOAD EXAMIANS APP