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.
Please do not use the CODE tag when pasting content that contains formatting (colored, bold, underline, italic, etc).
The CODE tag displays all content as plain text, including the formatting tags, making it difficult to read.
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