Created
January 9, 2010 20:32
-
-
Save greenrd/273088 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
root@cspcnh util # ls -ld /dev /dev/ptmx /dev/pts | |
drwxrwxrwt 3 root root 200 2010-01-09 13:11 /dev | |
lrwxrwxrwx 1 root root 13 2010-01-09 13:11 /dev/ptmx -> /dev/pts/ptmx | |
drwxr-xr-x 2 root root 0 2010-01-09 13:11 /dev/pts | |
root@cspcnh util # ls -ld /dev/pts/ptmx | |
crw-rw-rw- 1 root root 5, 2 2010-01-09 20:31 /dev/pts/ptmx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment