Character Files
- corresponding to haracter-based or raw device access
- character special files are used for unbuffered data transfers to and from a device
- example: a terminal
- example, disk: /dev/rdsk/c0t0d0s0
Block Files
- corresponding to block I/O device access
- block special files are used when data is transferred in fixed-size chunks known as blocks
- example: most file I/O
- example, disk: /dev/dsk/c0t0d0s0
* From O'Reilly Essentail System Administration - 3rd Edition
UNIX Device I/O
No TrackBacks
TrackBack URL: http://baldwinsung.com/cgi-bin/mt-tb.cgi/65
Leave a comment