090
19.08.2003, 23:55 Uhr
0xdeadbeef
Gott (Operator)
|
DevFS ist kein Dateisystem für die Festplatte, sondern räumt das /dev-Verzeichnis mal gründlich auf. Bei mir sieht das so aus:
Code: |
$ ls -l /dev insgesamt 0 lr-xr-xr-x 1 root root 13 2003-08-19 21:28 cdrom -> cdroms/cdrom0 drwxr-xr-x 1 root root 0 1970-01-01 01:00 cdroms crw------- 1 root tty 5, 1 2003-08-19 21:25 console drwxr-xr-x 1 root root 0 1970-01-01 01:00 cpu drwxr-xr-x 1 root root 0 1970-01-01 01:00 cua drwxr-xr-x 1 root root 0 1970-01-01 01:00 discs drwxr-xr-x 1 root root 0 2003-08-19 21:25 dri lr-xr-xr-x 1 root root 9 2003-08-19 21:25 dsp -> sound/dsp drwxr-xr-x 1 root root 0 1970-01-01 01:00 fb lr-xr-xr-x 1 root root 13 2003-08-19 21:25 fd -> /proc/self/fd drwxr-xr-x 1 root root 0 1970-01-01 01:00 floppy crw-rw-rw- 1 root root 1, 7 1970-01-01 01:00 full srwxrwxrwx 1 root root 0 2003-08-19 21:25 gpmctl drwxr-xr-x 1 root root 0 1970-01-01 01:00 ide prw------- 1 root root 0 2003-08-19 21:25 initctl crw-r----- 1 root kmem 1, 2 1970-01-01 01:00 kmem srw-rw-rw- 1 root root 0 2003-08-19 21:25 log lr-xr-xr-x 1 root root 13 2003-08-19 21:25 MAKEDEV -> /sbin/MAKEDEV crw-r----- 1 root kmem 1, 1 1970-01-01 01:00 mem drwxr-xr-x 1 root root 0 1970-01-01 01:00 misc lr-xr-xr-x 1 root root 11 2003-08-19 21:25 mixer -> sound/mixer crw-rw-rw- 1 root root 1, 3 1970-01-01 01:00 null crw-r----- 1 root kmem 1, 4 1970-01-01 01:00 port crw-rw-rw- 1 root tty 5, 2 2003-08-19 23:52 ptmx drwxr-xr-x 2 root root 0 2003-08-19 21:25 pts drwxr-xr-x 1 root root 0 1970-01-01 01:00 pty crw-rw-rw- 1 root root 1, 8 1970-01-01 01:00 random lr-xr-xr-x 1 root root 33 2003-08-19 21:25 root -> ide/host0/bus0/target0/lun0/part1 drwxr-xr-x 1 root root 0 1970-01-01 01:00 shm drwxr-xr-x 1 root root 0 1970-01-01 01:00 snd lr-xr-xr-x 1 root root 24 2003-08-19 21:25 sndstat -> /proc/asound/oss/sndstat drwxr-xr-x 1 root root 0 1970-01-01 01:00 sound lr-xr-xr-x 1 root root 4 2003-08-19 21:25 stderr -> fd/2 lr-xr-xr-x 1 root root 4 2003-08-19 21:25 stdin -> fd/0 lr-xr-xr-x 1 root root 4 2003-08-19 21:25 stdout -> fd/1 drwxr-xr-x 1 root root 0 1970-01-01 01:00 tts crw-rw-rw- 1 root tty 5, 0 2003-08-19 21:59 tty crw-rw-rw- 1 root root 1, 9 1970-01-01 01:00 urandom drwxr-xr-x 1 root root 0 1970-01-01 01:00 usb drwxr-xr-x 1 root root 0 1970-01-01 01:00 vc drwxr-xr-x 1 root root 0 1970-01-01 01:00 vcc prw-r----- 1 root adm 0 2003-08-19 21:25 xconsole crw-rw-rw- 1 root root 1, 5 1970-01-01 01:00 zero
|
Ich finde das deutlich übersichtlicher, als zwanzigtausend device-nodes in /dev zu haben... -- Einfachheit ist Voraussetzung für Zuverlässigkeit. -- Edsger Wybe Dijkstra |