Ques:- What would be the result of issuing the command cat phonenos?Choose one:a. The file phonenos would be displayed in reverse order with the last line shown first.b. The first word of each line of the file phonenos would be displayed.c. The file phonenos would be displayed in reverse order with the last line shown first and a newline character added at the end of each line.d. The file phonenos would be displayed with each line numbered in reverse order with the last line shown first.
Ques:- You want to create a compressed backup of the users' home directories so you issue the command gzip /home/* backup.gz but it fails. The reason that it failed is that gzip will only compress one _______ at a time.
Ques:- You wish to print the file vacations with 60 lines to a page. Which of the following commands will accomplish this?Choose one:a. pr -l60 vacations | lprb. pr -f vacations | lprc. pr -m vacations | lprd. pr -l vacations | lpr
Ques:- After creating a backup of the users' home directories called backup.cpio you are asked to restore a file called memo.ben. What command should you type?