Question: Start the following two processes in the background by executing these commands: cat /dev/tty > /dev/null & cat /dev/zero > /dev/null & What command would
Start the following two processes in the background by executing these commands:
cat /dev/tty > /dev/null & cat /dev/zero > /dev/null &
What command would you use to bring the second job into the foreground?
What command would you use to terminate this foreground process?
What command would you use to terminate the first background process without bringing it into the foreground to do so?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
