Question
a.
standard input
b.
standard output
c.
standard error
d.
error
Posted under UNIX
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Which stream is used for representing error messages?
Similar Questions
Discover Related MCQs
Q. The command wc < sample.txt will count data from the file sample.txt.
View solution
Q. Which symbol is used for taking input from both file and standard input?
View solution
Q. Which of the following symbol(s) can be used to redirect the output to a file or another program?
View solution
Q. The >> symbol is used to overwrite the existing file if it exists.
View solution
Q. Which file descriptor is used to represent standard error stream?
View solution
Q. We can redirect the error message to file named newfile using __________ command.
View solution
Q. The category of commands which uses both standard input and standard output are called ____
View solution
Q. The contents of file001 are:
232
25*50
What will be the contents of result.txt?
bc < file001 > result.txt
View solution
Q. Which of the following files are known as special files in UNIX?
View solution
Q. The size of /dev/null is always zero.
View solution
Q. Which symbol is used to redirect error messages to /dev/null?
View solution
Q. Which file is used for indicating terminals?
View solution
Q. Which symbol is used to connect different streams?
View solution
Q. Shell enables one or more arguments to be obtained from the standard output of another command. This feature is called _________
View solution
Q. What will the result when we evaluate this statement?
$ directory=’pwd’=`pwd`
View solution
Q. Which of the following is not a system defined variable?
View solution
Q. Which of the following is an invalid variable?
View solution
Q. Command substitution requires the command to use ________
View solution
Q. The command is valid.
$ ls -lRa $HOME > home.ls
View solution
Q. The UNIX shell is both _______ and _______ language.
View solution
Suggested Topics
Are you eager to expand your knowledge beyond UNIX? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!