Skip to content
#

signal-handling

Here are 31 public repositories matching this topic...

The project involves usage of low-level Unix/POSIX system calls related to processes, signal handling, files, and I/O redirection. Implementation of a job "spooler" program, called jobber, that accepts user requests to spool tasks for execution, cancel jobs, pause and resume jobs, show the status of jobs, and expunge terminated jobs from the sys…

  • Updated Jan 7, 2020
  • C

💻 This project is a custom shell implementation written in C. It provides a command-line interface for users to execute commands, manage command history, create and use aliases, and handle input/output redirection and pipelines. The shell supports various built-in commands and can execute external programs, making it a versatile tool.

  • Updated Nov 10, 2024
  • C

Improve this page

Add a description, image, and links to the signal-handling topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

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

Learn more