About i-node numbers
Answer / 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 |
How can you get or set an environment variable from a program?
Explain a zombie?
Explain the initial process sequence while the system boots up?
Which ipc is the fastest in unix?
What are the system calls used for process management:
Predict the output of the following program code main() { fork(); printf("Hello World!"); }
How to write the program on full-duplex communication on biderctional(e.g using two pipes)
what about the initial process sequence while the system boots up?
What is ln(linking)?
What is a Daemon?
What are the system calls used for process management?
What is an advantage of executing a process in background?