EZ Linux Admin random header image

Services kill command

August 17th, 2009 by EZ linux · 1 Comment

ps aux (shows all processes)

kill (pid #) to remove service

For example

kill 12435 (this kills pid 12435)

Tags: Linux Commands

1 response so far ↓

Leave a Comment