how unix kernel distinguishes between a normal file and
device file ?
Answer Posted / asif
This information (file type) is stored in the inode of a
file, as one of the fields.
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
What is the command to view process running?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is nr in awk command?
Which command is used to find whether the system is 32 bit or 64 bit?
What is the first character of the output in ls l command?
How do you grep recursively?
How does the system know where one command ends and another begins?
Explain command to show the space allocation of files?
Write a command that will display files in the current directory, in a colored, long format.
What do chown command do?
Name the various commands that are used for the user information in unix.
Enlist some filename manipulation commands in unix.
What is the difference between cat and more command?
What is {} in find command?
What's a command word?