-
Notifications
You must be signed in to change notification settings - Fork 1
Processus
sinsunsan edited this page Sep 5, 2012
·
5 revisions
-
killall
Allow to kill all the process by name
killall chrome -
Launch a command in background
Allow you not to have to wait when a command in long, or when it's a soft that is independant of the terminal add a & at the end of the command like
sublime&To open the sublime text editor But when the terminal shell (tab) is closed, the process launched is also closed