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 command to view process running?
Which command is used to copy files?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is the use of tee command?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is “chmod” command?
Why is it called a shebang?
How do I run a whois command?
Which command is used to restrict incoming messages?
Describe the zip/unzip command using gzip.
why metadb requires a seperate slice to create Solaris volume manager
Are you in or at the office?
Explain ‘library functions’ with respect to unix commands?
What are filter commands in unix?
Explain the steps that a shell follows while processing a command.