killall

The killall command is used to send a signal to one or more processes on matching one of the following conditions:

  • Command: Match exact process name
  • Owner: Match exact name of the owner of the process
  • All system: System-wide processes

Its syntax is as follows:

 $ killall    <process_name>
$ killall -<signal> <process_name>
$ killall -<signal> -u <username> <process_name>
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.149.29.145