If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
If you have copied text output that contains formatting (colors, highlighting, etc.), please do not enclose it in QUOTE or CODE tags. Just right-click your mouse and choose "Paste Without Formatting" or similar (Paste as plain text).
I used killall. But then I read on some versions of Linux this kills ALL programs the user can kill. Since then I only use pkill since that only kills the program which name you give it.
I'm afraid if I ever change to another distro, I'll accidentally may use killall if I'm used to it.
I'm on Windows right now, but the Ubuntu manpage site has the page for killall. I've been using it under Arch, Debian distros, and Slackware for three years, and no system-nuking has occured (yet). It kills all processes spawned by the command named (killall PROGRAM), which I think is why it's "killall".
Comment