Linux Stat Command Explained
The stat command is used in Linux/Unix system to display detailed information about files and file systems. It is most commonly used to get file timestamps. The Linux ls command usually gives you basic details about a file whereas stat command prints additional information about the file pulled from the inode. This article explains how … Read more