Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. lpp@lpp-vbox:~/Desktop/Assignment3$ wget http://people.binf.ku.dk/wb/lpp2014/week38/terminal.tar.gz
  2. ...
  3. ...
  4. 2014-09-22 18:04:36 (15.6 MB/s) - ‘terminal.tar.gz’ saved [217/217]
  5. ...
  6.  
  7. lpp@lpp-vbox:~/Desktop/Assignment3$ tar -xsvf terminal.tar.gz
  8. terminal.sh
  9. lpp@lpp-vbox:~/Desktop/Assignment3$ awk 'NR==3' terminal.sh
  10. # This is an annoying little script
  11. lpp@lpp-vbox:~/Desktop/Assignment3$ chmod a+x terminal.sh
  12. lpp@lpp-vbox:~/Desktop/Assignment3$ ./terminal.sh &
  13. [1] 2196
  14. lpp@lpp-vbox:~/Desktop/Assignment3$ ps aux
  15. ...
  16. [Very long list of processes, ending with quite a few xterm and bash processes....]
  17. ...
  18. lpp@lpp-vbox:~/Desktop/Assignment3$ killall -I /bin/bash
  19. [1]+ Terminated ./terminal.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement