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 system calls used for process management?
what is the process id for kernell process
What is the very first process created by kernel?
How to know whether the message queue is empty or not.
What are the system calls used for process management:
How to write the program on full-duplex communication using 2 FIFOs
What is ipc port?
What is ipc in unix?
what is the condition required for dead lock in unix sustem ?
What Happens when you execute a command?
About ln(linking)
What is a Daemon?