Advertisement
Guest User

Untitled

a guest
Feb 28th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. evilytwisted@evilytwisted-desktop ~ $ kill -9 3431
  2. evilytwisted@evilytwisted-desktop ~ $ ps aux | grep jack
  3. 1000 3645 0.0 0.0 4396 612 ? S 21:50 0:00 /bin/sh /usr/bin/qjackctl
  4. 1000 3651 1.1 0.5 731712 48592 ? Sl 21:50 0:04 /usr/lib/qjackctl/qjackctl.real
  5. 1000 3849 0.0 0.0 13580 888 pts/2 S+ 21:57 0:00 grep --colour=auto jack
  6. evilytwisted@evilytwisted-desktop ~ $ kill -9 3645
  7. evilytwisted@evilytwisted-desktop ~ $ kill -9 3651
  8. evilytwisted@evilytwisted-desktop ~ $ kill -9 3849
  9. bash: kill: (3849) - No such process
  10. evilytwisted@evilytwisted-desktop ~ $ ps aux | grep jack
  11. 1000 3856 0.0 0.0 13580 888 pts/2 S+ 21:57 0:00 grep --colour=auto jack
  12. evilytwisted@evilytwisted-desktop ~ $ kill -9 3856
  13. bash: kill: (3856) - No such process
  14. evilytwisted@evilytwisted-desktop ~ $ ps aux | grep jack
  15. 1000 3861 0.0 0.0 13580 884 pts/2 S+ 21:57 0:00 grep --colour=auto jack
  16. evilytwisted@evilytwisted-desktop ~ $ kill -9 3851
  17. bash: kill: (3851) - No such process
  18. evilytwisted@evilytwisted-desktop ~ $ ps aux | grep jack
  19. 1000 3866 0.0 0.0 13580 888 pts/2 S+ 21:58 0:00 grep --colour=auto jack
  20. evilytwisted@evilytwisted-desktop ~ $ kill -9 3866
  21. bash: kill: (3866) - No such process
  22. evilytwisted@evilytwisted-desktop ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement