Answer Posted / msalve
File is identified by the I-node number in linux.Kernel uses
inode number to access the file. It is unique for the
perticular filesystem. Inode contains all the information
about the file like , file size, access permissions, time
stamp , uid , gid , pointers to data blocks..etc.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain how do you execute one program from within another?
What is daemon?
How to get or set an environment variable from a program?
Which ipc is faster?
What is ipc in unix?
What is the condition required for dead lock in unix system?
What is ln(linking)?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
Explain about daemon?
Explain linking across directories?
How to write the program on full-duplex communication on bidirectional?
What is unix ipc?
What is fork()?
What are the various schemes available in ipc?
What is i-node numbers?