stat command

0001-01-01

The stat command on Linux and UNIX-like systems displays status of files including size, inode, and timestamps.

% stat notes.org
  File: notes.org
  Size: 3950      	Blocks: 8          IO Block: 4096   regular file
Device: 8,2	Inode: 34121318    Links: 1
Access: (0644/-rw-r--r--)  Uid: ( 1000/  daniel)   Gid: ( 1000/  daniel)
Access: 2024-10-24 10:36:46.952076205 -0700
Modify: 2024-10-24 10:36:46.952076205 -0700
Change: 2024-10-24 10:36:46.952076205 -0700
 Birth: 2024-10-24 10:36:46.952076205 -0700

Links to this note