mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2025-08-22 03:43:16 +02:00
Add command for system
Display file status (access, modify and change time) of a file using `stat`
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user