Job Control

Job control (Unix)

Job control in Unix-like operating systems is the ability to control processes, or "jobs", by a shell. This includes suspending, resuming, and terminating all processes in a job/process group, as well as sending signals to the job. It should be distinguished from job control generally, which is used for sequential execution.

1 courses cover this concept

CS 110: Principles of Computer Systems

Stanford University

Summer 2021

Requiring familiarity with C/C++ and Unix/Linux, delves into computer systems principles. Students will engage with a blend of C and C++ to interface with system resources and manage complex projects. The course covers a broad range of topics including filesystems, multiprocessing, synchronization, networking, and MapReduce.

No concepts data

+ 24 more concepts