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 you grep a case insensitive?
What is the use of awk command in unix?
Can you explain a little bit about command substitution?
how to sort the content of the file based on numeric values
How do I search a whole word in vim?
What is unix command line?
What are the differences among a system call, a library function, and a unix command?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What does 'mkdir' command do in UNIX?
Why is it called grep?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What does the “echo” command do?
How to display no of records in oracle using unix command?
Who invented grep?
What is the pipe command?