Unix Which command is used to count just the number of characters in a file? wc -c wc - 1 wc -r wc -w wc -c wc - 1 wc -r wc -w ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following special shell variables is used to process number of the current shell? $* None of these $! $$ $* None of these $! $$ ANSWER DOWNLOAD EXAMIANS APP
Unix The commonly used UNIX commands like date, ls, cat, etc. are stored in /unix directory /dev directory None of these /tmp directory /bin and /usr/bin directories /unix directory /dev directory None of these /tmp directory /bin and /usr/bin directories ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following special shell variables is used to process number of the last background job? $# $0 $* $! $# $0 $* $! ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to view your file 24 lines at a time? /p cat lp None of these pg /p cat lp None of these pg ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to assign executable permission to the owner of the file named "note"? chmod g+x note chmod u+x note chmod ugo+x note chmod u+w note chmod g+x note chmod u+x note chmod ugo+x note chmod u+w note ANSWER DOWNLOAD EXAMIANS APP