December 2018
Beginner
320 pages
8h 57m
English
The killall command is used to send a signal to one or more processes on matching one of the following conditions:
Its syntax is as follows:
$ killall <process_name> $ killall -<signal> <process_name> $ killall -<signal> -u <username> <process_name>
Read now
Unlock full access