Unix IPC Question:
Download Job Interview Questions and Answers PDF
What is i-node numbers?
Answer:
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.
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.
Download Unix Inter-Process Communication (IPC) Interview Questions And Answers
PDF
Previous Question | Next Question |
What is the condition required for dead lock in Unix system? | Max relax-able permission value with out giving write permission to others? |