priority mid term 4 options Flashcards

1
Q

interrupts, or cancels, a program

A

^C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

puts a process to sleep in the background

A

^Z

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

exits the shell

A

^D

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

pipe – output of one command is used as input of the next command

A

use this symbol |

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

stdout is redirected to, and creates/replaces, a file

A

use this symbol greater than >

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

stdout is redirected to append to a file

A

use this symbol greater than x2&raquo_space;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

stdout is sent to stdout and a file

A

tee

How well did you know this?
1
Not at all
2
3
4
5
Perfectly