mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-26 06:17:01 +00:00
Add command for system
Display file status (access, modify and change time) of a file using `stat`
This commit is contained in:
parent
a3f07d0c75
commit
7910b94f25
@ -1271,6 +1271,10 @@ chroot /home/newroot /bin/bash
|
|||||||
# To exit chroot
|
# To exit chroot
|
||||||
exit
|
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
|
##### Snapshot of the current processes
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user