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
Tell me set-user-id is related to (in unix)?
What is ln(linking)?
What is ipc in unix?
What is fork()?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
Explain the advantage of executing a process in background?
Explain about daemon?
What is daemon?
Explain what are the system calls used for process management?
How to get or set an environment variable from a program?
What is i-node numbers?
Please explain fork() system call?
Which ipc is the fastest in unix?
How to write the program on full-duplex communication on bidirectional?
What are the various schemes available in ipc?