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 -r * rm *.* rm all rm * None of these rm -r * rm *.* rm all ANSWER DOWNLOAD EXAMIANS APP
Unix The [line number G] key allows you to move cursor down by one line to move cursor right by one position None of these to move cursor left by one position to move cursor to the beginning of the line specified by the number to move cursor down by one line to move cursor right by one position None of these to move cursor left by one position to move cursor to the beginning of the line specified by the number ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy all files having the string chap and any two characters after that to the progs directory? cp chap[12] /progs/*.* cp chap?? /progs/* cp chap?? progs cp chap* progs cp chap[12] /progs/*.* cp chap?? /progs/* cp chap?? progs cp chap* progs ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to print a file? print prn lp pg print prn lp pg ANSWER DOWNLOAD EXAMIANS APP
Unix Major expressions used with find command to select file is it has been accessed in more than 375 days, is None of these #NAME? #NAME? #NAME? #NAME? None of these #NAME? #NAME? #NAME? #NAME? ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to update access and modification times of a file? touch wc grep cat touch wc grep cat ANSWER DOWNLOAD EXAMIANS APP