Unix Which command is used to count just the number of characters in a file? wc -c wc -r wc -w wc - 1 wc -c wc -r wc -w wc - 1 ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to locate all the .profile files in the system? l -u .profile find /-name profile -print cd /.profile ls profile None of these l -u .profile find /-name profile -print cd /.profile ls profile None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display a file contents in octal form? oct of od cd oct of od cd ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a directory? rmdir rd rdir dldir rmdir rd rdir dldir 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 intr ^c stty echo ^a tty ^c stty echoe stty intr ^c stty echo ^a tty ^c stty echoe ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to count the total number of lines, words, and characters contained in a file. wc count p wcount countw None of these wc count p wcount countw None of these ANSWER DOWNLOAD EXAMIANS APP