Unix Which command is used to count just the number of characters in a file? wc -w wc -r wc - 1 wc -c wc -w wc -r wc - 1 wc -c ANSWER DOWNLOAD EXAMIANS APP
Unix The chmod ugo+rw note command can be represented in octal notation as chmod 444 note chmod 333 note chmod 555 note chmod 666 note chmod 444 note chmod 333 note chmod 555 note chmod 666 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command is used to go to home directory? None of these cd/ cd cd.. cd HOME. None of these cd/ cd cd.. cd HOME. ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the beginning of a line? ^pat pat^ pat$ $pat ^pat pat^ pat$ $pat ANSWER DOWNLOAD EXAMIANS APP
Unix The ls -l command tells how large the file is and when the file was last modified. None of these All of these who the owner of the file is the name of the group owner of the file how large the file is and when the file was last modified. None of these All of these who the owner of the file is the name of the group owner of the file ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace text from cursor to right? c R C r c R C r ANSWER DOWNLOAD EXAMIANS APP