

MCQOPTIONS
Saved Bookmarks
This section includes 5 Mcqs, each offering curated multiple-choice questions to sharpen your Unix knowledge and support exam preparation. Choose a topic below to get started.
1. |
Apart from its use in redirection, /dev/tty can also be used as an argument to some commands. |
A. | True |
B. | False |
Answer» B. False | |
2. |
tee is an internal command. |
A. | True |
B. | False |
Answer» C. | |
3. |
In a pipeline, the command on the left of | must use standard output and one on the right must use standard input. |
A. | True |
B. | False |
Answer» B. False | |
4. |
We can use the > symbol along with pipe in a command. |
A. | True |
B. | False |
Answer» B. False | |
5. |
The size of /dev/null is always zero. |
A. | True |
B. | False |
Answer» B. False | |