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 |
Explain the initial process sequence while the system boots up?
Explain fork() system call?
What is ipc in unix?
What is the full form of ipc?
About ln(linking)
What is the very first process created by kernel?
What are two different models of ipc differentiate both?
What is a zombie?
How can you get or set an environment variable from a program?
Which ipc is faster?
What is IPC? What are the various schemes available?
Explain the advantage of executing a process in background?