All public logs
Jump to navigation
Jump to search
Combined display of all available logs of 6bit.ch wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:19, 30 November 2022 Xbl talk contribs created page Process Control (Created page with "= kill = Sends a signal to a process id. == Use == <code>kill -s <signal> <pid></code> send <signal> (SIGTERM if not defined) to <pid></br> == Useful Flags == <code>-L</code> display list of signals</br> == Most Important Signals == <code>SIGINT / 2</code> INTERRUPT (Same as Ctrl+c) cancel a running process</br> <code>SIGKILL / 9</code> kills process</br> <code>SIGTERM / 15</code> terminates a program cleanly</br> <code>SIGSTOP / 17</code> stops a running foreground...")