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
What is “chmod” command?
What command is used to check the current users?
What is awk good for?
Why is shebang used?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is grep short for?
What is the pipe command?
What is command substitution?
Which command is used to find whether the system is 32 bit or 64 bit?
What is difference between grep and find command in unix?
How do I search for text in vi?
Does cp command overwrite files?
Using unix command how to display no of records in oracle?
What do chmod, chown, chgrp commands do?
Name the general commands in using unix os for a beginner?