how unix kernel distinguishes between a normal file and
device file ?

Answer Posted / guest

Based on inode table.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I search for a file in unix command?

636


How do I clear my terminal history?

680


When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

1851


Who command in unix operating system?

736


What is the difference between grep and grep?

671






Is it inbetween or in between?

660


How can we use grep command in unix?

704


Why is it called grep?

647


What is used to type command?

634


Which command is used to create a directory?

662


What is the use of the command 'ls -x chapter[1-5]' ?

770


What difference between cmp and diff commands?

821


What do know about tee command and its usage?

704


Differentiate cat command from more command.

666


What's a command word?

677