From 7910b94f25112e4899cd9422c7bf07dd5db1db21 Mon Sep 17 00:00:00 2001 From: Bonnie I-Man Ng Date: Thu, 16 May 2019 12:02:20 +0800 Subject: [PATCH] Add command for system Display file status (access, modify and change time) of a file using `stat` --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 06d3556..58cd269 100644 --- a/README.md +++ b/README.md @@ -1271,6 +1271,10 @@ chroot /home/newroot /bin/bash # To exit chroot exit ``` +##### Display file status (size; access, modify and change time, etc) of a file (e.g. filename.txt) +```bash +stat filename.txt +``` ##### Snapshot of the current processes ```bash