Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jvehent
Created April 25, 2012 15:32
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 jvehent/2490674 to your computer and use it in GitHub Desktop.
Save jvehent/2490674 to your computer and use it in GitHub Desktop.
:/lib/udev/devices# tree -alfpugh
.
├── [crw------- root root 0] ./console
├── [lrwxrwxrwx root root 11] ./core -> /proc/kcore
├── [lrwxrwxrwx root root 13] ./fd -> /proc/self/fd
│   ├── [lrwx------ root root 64] /proc/self/fd/0 -> /dev/pts/0
│   ├── [lrwx------ root root 64] /proc/self/fd/1 -> /dev/pts/0
│   ├── [lrwx------ root root 64] /proc/self/fd/2 -> /dev/pts/0
│   └── [lr-x------ root root 64] /proc/self/fd/3 -> /proc/3611/fd [recursive, not followed]
├── [brw------- root root 0] ./loop0
├── [drwxr-xr-x root root 4.0K] ./net
│   └── [crw------- root root 0] ./net/tun
├── [crw------- root root 0] ./null
├── [crw------- root root 0] ./ppp
├── [drwxr-xr-x root root 4.0K] ./pts
├── [drwxr-xr-x root root 4.0K] ./shm
├── [lrwxrwxrwx root root 24] ./sndstat -> /proc/asound/oss/sndstat
├── [lrwxrwxrwx root root 15] ./stderr -> /proc/self/fd/2
├── [lrwxrwxrwx root root 15] ./stdin -> /proc/self/fd/0
└── [lrwxrwxrwx root root 15] ./stdout -> /proc/self/fd/1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment