Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux signals

Signal Name	Signal Number	Description
SIGHUP	1	Hang up detected on controlling terminal or death of controlling process
SIGINT	2	Issued if the user sends an interrupt signal (Ctrl + C)
SIGQUIT	3	Issued if the user sends a quit signal (Ctrl + D)
SIGFPE	8	Issued if an illegal mathematical operation is attempted
SIGKILL	9	If a process gets this signal it must quit immediately and will not perform any clean-up operations
SIGALRM	14	Alarm clock signal (used for timers)
SIGTERM	15	Software termination signal (sent by kill by default)
Comment

PREVIOUS NEXT
Code Example
Shell :: linux free port 8080 
Shell :: how to upgrade docker-compose version 
Shell :: problem detected port 80 in use by unable to open process with pid 4 
Shell :: d3 install 
Shell :: cudnn version linux 
Shell :: how to setup display xServer wsl win10 
Shell :: apt-get uninstall 
Shell :: next js npm install 
Shell :: new git 
Shell :: npm http server 
Shell :: docker node alpine 
Shell :: undo unstaged changes git 
Shell :: ssh_askpass: exec(/usr/bin/ssh-askpass): No such file or directory 
Shell :: linux how to check version of package 
Shell :: open calculator from command line MacOS 
Shell :: no matching manifest for linux/arm64/v8 in the manifest list entries mac 
Shell :: check docker swarm status 
Shell :: maven test skip 
Shell :: windows 10 install wsl2 
Shell :: unable to locate package ubuntu 
Shell :: center table markdown github 
Shell :: git add and commit all 
Shell :: bash for each line of file 
Shell :: install rust on arch linux 
Shell :: pnpm install dev 
Shell :: linux delete files older than specific date 
Shell :: nvm command node not found 
Shell :: pip upgrade all at once 
Shell :: yum install tesseract-ocr 
Shell :: npm install bootstrap 3 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =