Q.1.
The category of commands which uses both standard input and standard output are called ____
Q.2.
The contents of fileare: 25*50
Q.3.
Which of the following files are known as special files in UNIX?
Q.4.
The size of /dev/null is always zero.
Q.5.
Which symbol is used to redirect error messages to /dev/null?
Q.6.
Which file is used for indicating terminals?
Q.7.
Which symbol is used to connect different streams?
Q.8.
We can use the > symbol along with pipe in a command.
Q.9.
What is the output of the following command? bc < file> result.txt
Q.10.
In a pipeline, the command on the left of | must use standard output and one on the right must use standard input.
Q.11.
Which command saves one copy of character stream in a file and store the other to standard output?
Q.12.
tee is an internal command.
Q.13.
Which of the following is not true about tee command?
Q.14.
Apart from its use in redirection, /dev/tty can also be used as an argument to some commands.