Andrew Linux > Workbook 5: The Linux Filesystem: Chapter 3: Directories and Device Nodes > Flashcards
What data is found in a directory file?
directories have the same internal structure as regular files: dentry, inode data
What are the differences between block and character device nodes?
1) Block devices are devices that read and write information a chunk (“block”) at a time.
2 )Character devices are often devices that read and write information as a stream of bytes (“characters”), and there is a natural concept of what it means to read or write the “next”
character.