Answer Posted / harendra
Data structures that contain information about files in Unix file systems that are created when a file system is created. Each file has an inode and is identified by an inode number (i-number) in the file system where it resides. inodes provide important information on files such as user and group ownership, access mode (read, write, execute permissions) and type.
There are a set number of inodes, which indicates the maximum number of files the system can hold.
A file's inode number can be found using the ls -i command, while the ls -lcommand will retrieve inode information.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to write the program on full-duplex communication on bidirectional?
What is ipc port?
What are two different models of ipc differentiate both?
Explain how do you execute one program from within another?
Explain the advantage of executing a process in background?
What is ipc in unix?
Please explain fork() system call?
Explain the system calls used for process management?
What is i-node numbers?
What is unix ipc?
Which ipc is the fastest in unix?
What is the condition required for dead lock in unix system?
Please describe the initial process sequence while the system boots up?
Tell me set-user-id is related to (in unix)?
What is fork()?