System Support Executive UNIX MCQs Questions Answers

 1.For suppressing the header and footers, what option do we use with pr command?
(A). -p
(B). -k
(C). -t
(D). -n
(E). None of these
Multiple Choice Question Answer: c
2. To start the printing from a specific page, which of the following operator do we use with pr command?
(A). –
(B). #
(C). +
(D). &
(E). None of these
Multiple Choice Question Answer: c
3. For adding the header of our choice, we use -h option with pr command.
(A). True
(B). False
(C). Partially True
Multiple Choice Question Answer: a
4. For specifying line count to display, what option do we use with the head command?
(A). -a
(B). -h
(C). -n
(D). -o
(E). None of these
Multiple Choice Question Answer: c
5. -n option can be used with tail command.
(A). True
(B). False
(C). Partially True
Multiple Choice Question Answer: a
6. For printing the file from the selected line, What symbol do we use with the tail command?
(A). +
(B). –
(C). %%
(D). ^
(E). None of these
Multiple Choice Question Answer: a
7. The incorrect command is___
(A). pr dept.lst
(B). head -n 5 emp.lst
(C). tail -o +5 emp.lst
(D). tail -3 emp.lst
(E). None of these
Multiple Choice Question Answer: c
To display the beginning of a file, what command do we use?
(A). pr
(B). head
(C). begin
(D). lp
(E). None of these
Multiple Choice Question Answer: b
8. How many lines are displayed by using the head command by default?
(A). 5
(B). 10
(C). 4
(D). 20
(E). None of these
Multiple Choice Question Answer: b
9. For displaying the output along with line numbers, what option do we use with pr command?
(A). -d
(B). -n
(C). -o n
(D). -t
(E). None of these
Multiple Choice Question Answer: b
10. The filters are the category of commands which take the advantage of the shell redirection feature.
(A). True
(B). False
(C). Partially True
Multiple Choice Question Answer: a
11. Which command do we use to display the end of the file?.
(A). head
(B). tail
(C). lp
(D). pr
(E). None of these
Multiple Choice Question Answer: b
12. To prepare a file for printing, what command do we use?
(A). cd
(B). cat
(C). print
(D). pr
(E). None of these
Multiple Choice Question Answer: d
13. How many lines of margin at the top and bottom are added by pr command?
(A). 5
(B). 4
(C). 2
(D). 1
(E). None of these
Multiple Choice Question Answer: a
14. To print multi-columnar output, what option do we use with pr command?
(A). -p
(B). -k
(C). -d
(D). -pr
(E). None of these
Multiple Choice Question Answer: b