The difference between kill and killall
I tried kill
command as
$ kill "PDF Expert"
-bash: kill: PDF Expert: arguments must be process or job IDs
It report error,
However, when test with
$ killall "PDF Expert"
The application "PDF Expert" was closed.
What's the difference between them?
kill
andkillall
: https://askubuntu.com/questions/271028/killall-doesnt-kill-all-and-rarely-kills-what-is-the-command-for-then/271032#271032? – karel Apr 08 '18 at 16:37whatis kill killall
– Cyrus Apr 08 '18 at 16:57man kill
andman killall
– glenn jackman Apr 08 '18 at 19:32