Update linux-cli-dir.md

This commit is contained in:
ratio 2024-02-26 22:56:56 +08:00 committed by GitHub
parent 13ab6a6442
commit 879ef3bf08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ Linux 系统是一种典型的多用户系统,不同的用户处于不同的
```bash ```bash
$ ls -l $ ls -l
total 64 total 64
dr-xr-xr-x 2 root root 4096 Dec 14 2012 bin drwxr-xr-x 2 root root 4096 Dec 14 2012 bin
dr-xr-xr-x 4 root root 4096 Apr 19 2012 boot dr-xr-xr-x 4 root root 4096 Apr 19 2012 boot
``` ```
@ -52,7 +52,7 @@ dr-xr-xr-x 4 root root 4096 Apr 19 2012 boot
```bash ```bash
$ ls -l $ ls -l
total 64 total 64
dr-xr-xr-x 2 root root 4096 Dec 14 2012 bin drwxr-xr-x 2 root root 4096 Dec 14 2012 bin
dr-xr-xr-x 4 root root 4096 Apr 19 2012 boot dr-xr-xr-x 4 root root 4096 Apr 19 2012 boot
``` ```