Advertisement
Guest User

Untitled

a guest
Oct 13th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. kodie@ubuntu:~$ killall minetestserver --worldname DarkNess
  2. Usage: killall [OPTION]... [--] NAME...
  3. killall -l, --list
  4. killall -V, --version
  5.  
  6. -e,--exact require exact match for very long names
  7. -I,--ignore-case case insensitive process name match
  8. -g,--process-group kill process group instead of process
  9. -y,--younger-than kill processes younger than TIME
  10. -o,--older-than kill processes older than TIME
  11. -i,--interactive ask for confirmation before killing
  12. -l,--list list all known signal names
  13. -q,--quiet don't print complaints
  14. -r,--regexp interpret NAME as an extended regular expression
  15. -s,--signal SIGNAL send this signal instead of SIGTERM
  16. -u,--user USER kill only process(es) running as USER
  17. -v,--verbose report if the signal was successfully sent
  18. -V,--version display version information
  19. -w,--wait wait for processes to die
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement