Skip to content
#

job-control

Here are 40 public repositories matching this topic...

A UNIX shell built from scratch in C on raw Linux syscalls (fork/exec/pipe) with no system() call: four specialized sub-shells, multi-stage pipelines with I/O redirection, real POSIX job control (process groups, Ctrl+C/Ctrl+Z), and a shared-memory command counter synchronized with a named semaphore.

  • Updated Jul 3, 2026
  • C

Add this topic to your repo

To associate your repository with the job-control topic, visit your repo's landing page and select "manage topics."

Learn more