What is a character device?

QuestionsQuestions8 SkillsProPermissions of FilesNov, 27 2025
063

A character device is a type of device file in Unix-like operating systems that provides unbuffered, direct access to hardware devices. Character devices handle data as a stream of characters, allowing for operations like reading and writing one character at a time. Examples of character devices include keyboards, mice, and serial ports. They are typically accessed through file operations in the same way as regular files.

0 Comments

no data
Be the first to share your comment!