Advertisement
Guest User

Untitled

a guest
Oct 7th, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. oot@server:/# ls -la
  2. total 88
  3. drwxr-xr-x 21 root root 4096 Oct 7 03:24 .
  4. drwxr-xr-x 21 root root 4096 Oct 7 03:24 ..
  5. drwxr-xr-x 2 root root 4096 Oct 7 03:50 bin
  6. drwxr-xr-x 3 root root 4096 Oct 7 03:54 boot
  7. drwxr-xr-x 16 root root 3360 Oct 8 01:14 dev
  8. drwxr-xr-x 103 root root 4096 Oct 8 01:14 etc
  9. drwxr-xr-x 5 root root 4096 Oct 7 21:45 home
  10. lrwxrwxrwx 1 root root 28 Oct 7 03:24 initrd.img -> boot/initrd.img-2.6.32-5-686
  11. drwxr-xr-x 13 root root 12288 Oct 7 03:52 lib
  12. drwx------ 2 root root 16384 Oct 7 03:20 lost+found
  13. drwxr-xr-x 2 root root 0 Oct 8 01:14 media
  14. drwxr-xr-x 2 root root 4096 Sep 24 00:00 mnt
  15. drwxr-xr-x 3 root root 4096 Oct 7 03:59 opt
  16. dr-xr-xr-x 108 root root 0 Oct 8 01:14 proc
  17. drwx------ 3 root root 4096 Oct 7 18:48 root
  18. drwxr-xr-x 2 root root 4096 Oct 7 03:51 sbin
  19. drwxr-xr-x 2 root root 4096 Jul 21 2010 selinux
  20. drwxr-xr-x 2 root root 4096 Oct 7 03:23 srv
  21. drwxr-xr-x 12 root root 0 Oct 8 01:14 sys
  22. drwxrwxrwt 4 root root 4096 Oct 8 01:14 tmp
  23. drwxr-xr-x 10 root root 4096 Oct 7 03:23 usr
  24. drwxr-xr-x 14 root root 4096 Oct 7 03:50 var
  25. lrwxrwxrwx 1 root root 25 Oct 7 03:24 vmlinuz -> boot/vmlinuz-2.6.32-5-686
  26. root@server:/# ls -la /media/
  27. total 4
  28. drwxr-xr-x 2 root root 0 Oct 8 01:14 .
  29. drwxr-xr-x 21 root root 4096 Oct 7 03:24 ..
  30. root@server:/# mount
  31. /dev/sda1 on / type ext3 (rw,errors=remount-ro)
  32. tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
  33. proc on /proc type proc (rw,noexec,nosuid,nodev)
  34. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  35. udev on /dev type tmpfs (rw,mode=0755)
  36. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  37. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
  38. /dev/sda6 on /home type ext3 (rw)
  39. fusectl on /sys/fs/fuse/connections type fusectl (rw)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement