priority mid term 4 options Flashcards
1
Q
interrupts, or cancels, a program
A
^C
2
Q
puts a process to sleep in the background
A
^Z
3
Q
exits the shell
A
^D
4
Q
pipe – output of one command is used as input of the next command
A
use this symbol |
5
Q
stdout is redirected to, and creates/replaces, a file
A
use this symbol greater than >
6
Q
stdout is redirected to append to a file
A
use this symbol greater than x2»_space;
7
Q
stdout is sent to stdout and a file
A
tee