Job control (Unix) — On operating systems that support executing multiple processes in parallel or in series (batch processing), job control refers to the orchestration of multiple batch jobs.Unix shellWhen using Unix or related operating systems via a terminal, a… … Wikipedia
Disownment — Disown redirects here. For the band, see DISOWN. For unix command, see disown (unix). Disownment is the formal act or condition of forcibly renouncing or no longer accepting one s consanguineous child as a member of one s family or kin. It… … Wikipedia
nohup — is a POSIX command to ignore the HUP (hangup) signal, enabling the command to keep running after the user who issues the command has logged out. The HUP (hangup) signal is by convention the way a terminal warns depending processes of logout.… … Wikipedia
Fork bomb — The concept behind the fork bomb – the processes recursively fork until a denial of service or a crash occurs In computing, the fork bomb is a form of denial of service attack against a computer system which makes use of the fork operation (or… … Wikipedia
SIGHUP — Infobox Computing signal description = Hangup action = Abnormal termination of the processSIGHUP is a signal used on POSIX compliant platforms, originally designed to notify processes of a serial line drop. SIGHUP is a symbolic constant defined… … Wikipedia
Journaling file system — For the IBM Journaled File System, see JFS (file system). A journaling file system is a file system that keeps track of the changes that will be made in a journal (usually a circular log in a dedicated area of the file system) before committing… … Wikipedia
Nohup — is a Unix command that is used to run another command while suppressing the action of the HUP (hangup) signal, enabling the command to keep running after the user who issues the command has logged out. It is most often used to run commands in the … Wikipedia
Control-Z — In computing, Control+Z is a control character in ASCII code, also known as the substitute (SUB) character or a keyboard shortcut. Strictly speaking … Wikipedia