Linux Foundation LFCS Question Answer
Which of the following statements is correct regarding the command foo 1> bar?
The stdout from the command foo is appended to the file bar.
The stdout from the command foo overwrites the file bar.
The commandfoo receives its stdin from the file bar.
The command foo receives its stdin from the stdout of the command bar.
The stderr from the command foo is saved to the file bar.
TESTED 12 Jul 2025
Copyright © 2014-2025 ACE4Sure. All Rights Reserved