Update README.md

This commit is contained in:
Adnan Ahmed 2017-04-01 12:49:38 +04:00 committed by GitHub
parent d767438dc4
commit c94708b8aa
1 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@ jobs # lists all jobs (use with -l to see associated PID)
kill -l # returns a list of all signals on the system, by name and number
kill PID # terminates process with specified PID
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
# 4. Tricks