how unix kernel distinguishes between a normal file and
device file ?
Answer Posted / sougat
nornal are basically divided into two part text(printable)
or binary (printable ornonprintable character covering
entire ascii range)
where device file contain (stream of un interpretable
character)they have some attributes stored some where else
for the device to read and excute accordingly
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Write a command that will display files in the current directory, in a colored, long format.
Describe the usage and functionality of the command rm –r * in unix?
What does sed command do in unix?
How do I run a bash script?
What is in grep command?
How do I use grep to find a file?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Enumerate some of the most commonly used network commands in unix?
What is the use of egrep command in unix?
What does 'mkdir' command do in UNIX?
What is ‘ps’ command for?
Is command prompt unix?
How do I find previous commands in unix?
Why is it called a shebang?
Why is it called grep?