IT 244: Introduction to Linux/Unix
Class 13 Ungraded Quiz
-
If you have a copy of the executable script
bother.sh in your current directory,
what would you type at the command line to run this script in the
background?
-
If a command is running in the background, can it take input from the keyboard?
-
What would you type at the command line if you wanted to suspend a job running in the foreground?
-
Name one of the two ways you make a job running in the background stop running.
-
What command would you use to see all currently running jobs?
-
Once you have suspended a job, what command would you use to send it into the background?
-
When using the
kill
command to stop a running job, what information do you give to tell it what to kill?
-
If you run a command in the background and DO NOT redirect it's output,
where does the output of this command go?
-
What is the command to bring a background job into the foreground?
-
When you run a command in the background, two number appear.
What is each of these two numbers?