Linux - inode
What information is stored inside an inode?
- User and group ID
- Access mode
- File type
- File creation, access, and modification times
- inode modification time
- number of link
- file size
- disk address
What information is not stored inside an inode?
Inodes store all available information about the file itself except its name and directory location
How can we display the inode of a file?
ls -i
page revision: 0, last edited: 06 Apr 2016 03:00