81.1k views
3 votes
"Because Standard Error and Standard Ouput represent the results of a command and Standard Input represents the input required for a command, only Standard Error and Standard Ouput can be redirected to/from a file. True or False

1 Answer

5 votes

Answer:

True

Step-by-step explanation:

When ever we open a file using any programming language there can be only two possibilities that something from the file will be put in the output stream( here we assume that the file opening does not cause any error ) or there will be error like if the file does not exist or the syntax with which the file is being accessed is not according to the standards of language used.

User Sujithvm
by
7.3k points