LAB4-CP1-Q2
2>
Checkpoint 1: Output Redirection
3 pts
Redirect ls /nonexistent errors to err.log using 2>.
Exam questions that reference this lab question
- CSCD240-E1-A-Q35 directly_tests Send only stderr of "scan /etc/shadow" to errors.log; keep stdout on terminal.
- CSCD240-E1-B-Q15 directly_tests Send only stderr of "scan /etc/shadow" to errors.log; leave stdout on terminal.
- CSCD240-E1-C-Q05 directly_tests Which redirection sends only stderr of a command to a file err.log?