Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.12 KB | None | 0 0
  1. #uname -a
  2. Linux adsl-xx-xxx-xxx-xxx.dsl.location.sbcglobal.net 2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:14 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
  3.  
  4.  
  5. #mount
  6. /dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw)
  7. proc on /proc type proc (rw)
  8. sysfs on /sys type sysfs (rw)
  9. devpts on /dev/pts type devpts (rw,gid=5,mode=620)
  10. /dev/sda1 on /boot type ext3 (rw)
  11. tmpfs on /dev/shm type tmpfs (rw)
  12. none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
  13. sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
  14. //192.168.1.xx/Customers on /trivox/mounts/customers type cifs (rw,_netdev,username=un,password=pw)
  15. //192.168.1.xx/ReproQueue on /trivox/working/ftp_uploads/queue type cifs (rw,_netdev,username=un,password=pw)
  16. //192.168.1.xx/Peachtree on /trivox/mounts/peachtree type cifs (rw,_netdev,username=un,password=pw)
  17. //192.168.1.xx/middie on /trivox/mounts/middie type cifs (rw,_netdev,username=un,password=pw)
  18. //192.168.1.xx/backup_images on /trivox/mounts/Maxtor1T type cifs (rw,_netdev,username=un,password=pw)
  19. sshfs#user@this.hostname.net:/ftp_uploads/mrc on /trivox/working/ftp_uploads/remote_ftp type fuse (rw,nosuid,nodev,max_read=65536)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement