Advertisement
Guest User

Untitled

a guest
Dec 27th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. barrett@mainframe:~$ ls /usr/bin/ventrilo*
  2. /usr/bin/ventrilo_srv /usr/bin/ventrilo_status
  3. barrett@mainframe:~$ ls -la /usr/bin/ventrilo*
  4. -rwxr-x--x 1 ventrilo ventrilo 468420 Nov 18 2008 /usr/bin/ventrilo_srv
  5. -rwxr-x--x 1 ventrilo ventrilo 55032 Nov 18 2008 /usr/bin/ventrilo_status
  6. barrett@mainframe:~$ sudo /usr/bin/ventrilo_srv
  7. barrett@mainframe:~$ pkill ventrilo_srv
  8. barrett@mainframe:~$ sudo su ventrilo -c "/usr/bin/ventrilo_srv"
  9. sh: 1: /usr/bin/ventrilo_srv: not found
  10. barrett@mainframe:~$ echo wtf
  11. wtf
  12. barrett@mainframe:~$ sudo su ventrilo -
  13. $ ls
  14. bad-0.6-lin64.tar.bz2 Desktop Downloads Music Public Videos
  15. BlipDownloader Documents examples.desktop Pictures Templates
  16. $ ls -la /usr/bin/ventrilo*
  17. -rwxr-x--x 1 ventrilo ventrilo 468420 Nov 18 2008 /usr/bin/ventrilo_srv
  18. -rwxr-x--x 1 ventrilo ventrilo 55032 Nov 18 2008 /usr/bin/ventrilo_status
  19. $ /usr/bin/ventrilo_srv
  20. sh: 3: /usr/bin/ventrilo_srv: not found
  21. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement