Unix Which command is used to count just the number of characters in a file? wc -w wc - 1 wc -r wc -c wc -w wc - 1 wc -r wc -c ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files will displayed by this command cat *ch* patch All of these .ch catch patch All of these .ch catch 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* progs cp chap?? /progs/* cp chap[12] /progs/*.* cp chap?? progs cp chap* progs cp chap?? /progs/* cp chap[12] /progs/*.* cp chap?? progs ANSWER DOWNLOAD EXAMIANS APP
Unix The command that can be used to restrict incoming messages to a user is sleep None of these halt mesg grep sleep None of these halt mesg grep ANSWER DOWNLOAD EXAMIANS APP
Unix The commonly used UNIX commands like date, ls, cat, etc. are stored in /bin and /usr/bin directories None of these /tmp directory /dev directory /unix directory /bin and /usr/bin directories None of these /tmp directory /dev directory /unix directory ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to create a directory? mkdir crdir md None of these cr mkdir crdir md None of these cr ANSWER DOWNLOAD EXAMIANS APP