Created
April 25, 2012 15:32
-
-
Save jvehent/2490674 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:/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