Unix Which command is used to display the top of the file? more head cat grep more head cat grep ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to save the output of the who command in a file named user.lst, as well as display it? who < user.lste None of these who >> user.lst who > user.lst who | tee user.lst who < user.lste None of these who >> user.lst who > user.lst who | tee user.lst ANSWER DOWNLOAD EXAMIANS APP
Unix Which command allows you to view your file 24 lines at a time? None of these pg lp cat more None of these pg lp cat more ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol is used to separate more than one command in the same command line? # ; : $ # ; : $ ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to count just the number of characters in a file? wc -w wc -c wc - 1 wc -r wc -w wc -c wc - 1 wc -r 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 ugo+x note chmod u+w 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 ANSWER DOWNLOAD EXAMIANS APP