Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. terminal@terminal:~$ mount
  2. 192.168.1.1:/nfsroot on / type nfs (rw,vers=4,addr=192.168.1.1,clientaddr=192.168.1.162)
  3. proc on /proc type proc (rw)
  4. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  5. udev on /dev type devtmpfs (rw)
  6. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  7. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  8. none on /sys/fs/cgroup type tmpfs (rw)
  9. none on /sys/fs/fuse/connections type fusectl (rw)
  10. none on /sys/kernel/debug type debugfs (rw)
  11. none on /sys/kernel/security type securityfs (rw)
  12. none on /tmp type tmpfs (rw)
  13. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  14. none on /run/shm type tmpfs (rw,nosuid,nodev)
  15. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  16. none on /sys/fs/pstore type pstore (rw)
  17. none on /var/tmp type tmpfs (rw)
  18. none on /var/lib/dhcp type tmpfs (rw)
  19. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  20. rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
  21. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  22. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=terminal)
  23. terminal@terminal:~$ ip r s
  24. default via 192.168.1.1 dev eth0
  25. 169.254.0.0/16 dev eth0 scope link metric 1000
  26. 192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.162
  27. terminal@terminal:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement