how unix kernel distinguishes between a normal file and
device file ?
Answer Posted / komall ambastha
Device files are referenced by a major number, which
identifies the device type, and a minor type, which
identifies the unit, or instance of that major type.
Kernel distinguish between an ordinary file and
device/special file with Major number
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do I use grep to search for a file?
What is unix command line?
Explain the steps that a shell follows while processing a command.
Which command is used to restrict incoming messages?
What is ‘ps’ command for?
What is used to type command?
What is a bash command?
What does touch command do in unix?
What does grep v grep do?
What are the general commands in using unix os for a beginner?
Differentiate cmp command from diff command.
What is command substitution?
What does the “echo” command do?
How do I search for text in vi?
What is the use of cut command in unix?