Skip to content

Instantly share code, notes, and snippets.

@mustmodify
Created July 6, 2015 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mustmodify/967d218ee4d1bcf8dc51 to your computer and use it in GitHub Desktop.
Save mustmodify/967d218ee4d1bcf8dc51 to your computer and use it in GitHub Desktop.
veronica ~: whoami
jw
veronica ~: df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 38G 20G 16G 56% /
udev 10M 128K 9.9M 2% /dev
none 505M 0 505M 0% /dev/shm
none 505M 32K 505M 1% /var/run
none 505M 0 505M 0% /var/lock
none 505M 0 505M 0% /lib/init/rw
veronica ~: mount
/dev/sda1 on / type ext3 (rw,noatime,errors=remount-ro)
proc on /proc type proc (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment