Merge pull request #21 from ratio-dd/master

fix: 修改有误的sh输出
This commit is contained in:
钝悟 2024-03-12 19:22:50 +08:00 committed by GitHub
commit c1b21c56a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ Linux 系统是一种典型的多用户系统,不同的用户处于不同的
```bash
$ ls -l
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
```
@ -52,7 +52,7 @@ dr-xr-xr-x 4 root root 4096 Apr 19 2012 boot
```bash
$ ls -l
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
```