Back to Basics!
Ralf Mardorf
silver.bullet at zoho.com
Mon Apr 4 18:41:17 UTC 2016
On Mon, 4 Apr 2016 20:35:36 +0200, I wrote:
>killall name_off_application || killall -9 name_off_application
First just "killall ..." and if needed, then "killall -9 ...".
Actually the "||" means "or", resp. it's for "if the first command
should fail, then run the next command", but you might need to interrupt
the first kill command by pushing "Ctrl+C", assumed nothing should
happen, so I would run them independent from each other, not in one
line.
More information about the ubuntu-users
mailing list