LAB6-CP2-Q1
job control
Checkpoint 2: Jobs
3 pts
Run a long command with &. Use jobs, fg, bg.
Exam questions that reference this lab question
- CSCD240-E1-A-Q19 directly_tests Define what a job is and explain how jobs differ from processes.
- CSCD240-E1-A-Q20 directly_tests Execute firefox and allow the shell to be used for other activities.
- CSCD240-E1-A-Q21 directly_tests Firefox running in background; nothing else. What does typing jobs print?
- CSCD240-E1-B-Q25 directly_tests Define job and distinguish from process.
- CSCD240-E1-B-Q29 directly_tests ./beacon &. What exact line does jobs print?