Login Register


Tutorial Beginning Linux – User and Process Management filter_list
Author
Message
RE: Beginning Linux – User and Process Management #3
What about killing processes? Just gonna include this since you didn't, good tutorial nevertheless I guess -

To kill a process by its PID
Code:
$ kill {pid}

To kill a process by its name
Code:
$ killall {name here}

Also, there are many flags you can include in a kill command to make it do different things.

[+] 1 user Likes meow's post
Reply





Messages In This Thread
RE: Beginning Linux – User and Process Management - by meow - 01-12-2016, 11:45 PM



Users browsing this thread: