[go: up one dir, main page]

Inode: Difference between revisions

Content deleted Content added
POSIX inode description: remove {{Disputed section|"POSIX description" is wrong|date=August 2017}}
POSIX inode description: rephrasing "underlying file system". Not sure what it means but a device does not always contain an FS (e.g. serial device)
Line 46:
*The [[User identifier (Unix)|User ID]] of the file's owner.
*The [[Group identifier (Unix)|Group ID]] of the file.
*The device ID of the underlying file system if the fileit is a character[[device or block specialfile]].
*The size of the file in [[byte]]s.
*[[Timestamp]]s telling when the inode itself was last modified (<tt>ctime</tt>, ''inode change time''), the file content last modified (<tt>mtime</tt>, ''modification time''), and last accessed (<tt>atime</tt>, ''access time'').