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 the functionality of a top command?
Which command can you use to find the currently running process in unix server?
How to use grep command to list find the records of a file containing 10 different strings?
Differentiate cmp command from diff command.
What is grep r?
What is {} in find command?
What will the following command do?
Which command is used to kill the last background job?
Which command is used to copy files?
Enumerate some of the most commonly used network commands in unix?
Describe the zip/unzip command using gzip.
What does find command return in unix?
Is it inbetween or in between?
How does the system know where one command ends and another begins?
What does the md command do?