LPIC Practice Session
Session ID: 134
Mode: objective
Status: in_progress
Answered: 0 / 10
Score: 0%
Review flagged, incorrect, and unanswered questions
1
2
3
4
5
6
7
8
9
10
Review:
All |
First Unanswered |
First Flagged
Which command uses input from standard input as arguments to another command?
Which operator appends standard output to the target file instead of overwriting it?
Which symbol is used to pipe the output of one command into another command?
Which command can send command output both to the screen and to a file?
Which standard file descriptor number is assigned to stdout?
Which command redirects stdout to stderr?
Which command uses the output of one command as arguments to another command?
Which command redirects stderr to stdout?
Which standard file descriptor number is assigned to stderr?
What does the command date 1> now.txt redirect?
Start another random practice session