mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-22 12:55:21 +00:00
Merge branch 'amaurybsouza-master'
This commit is contained in:
commit
1df7874d1d
@ -359,6 +359,8 @@ fg %?string # brings job whose command contains string
|
|||||||
|
|
||||||
kill -l # returns a list of all signals on the system, by name and number
|
kill -l # returns a list of all signals on the system, by name and number
|
||||||
kill PID # terminates process with specified PID
|
kill PID # terminates process with specified PID
|
||||||
|
kill -s SIGKILL 4500 # sends a signal to force or terminate the process
|
||||||
|
kill -15 913 # Ending PID 913 process with signal 15 (TERM)
|
||||||
|
|
||||||
ps # prints a line of information about the current running login shell and any processes running under it
|
ps # prints a line of information about the current running login shell and any processes running under it
|
||||||
ps -a # selects all processes with a tty except session leaders
|
ps -a # selects all processes with a tty except session leaders
|
||||||
|
Loading…
Reference in New Issue
Block a user