-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Hill Liu edited this page Mar 27, 2021
·
6 revisions
Table of Contents
-
posix_kill
-
posix_setsid
-
posix_getpid
-
pcntl_fork
-
pcntl_signal
-
pcntl_signal_dispatch
-
pcntl_wait
-
pcntl_wexitstatus
-
http://man7.org/linux/man-pages/man2/kill.2.html
If sig is 0, then no signal is sent, but existence and permission checks are still performed; this can be used to check for the existence of a process ID or process group ID that the caller is permitted to signal.
-
Example: kill -0 your-id
-
-
How to use kill send signal