Skip to content

Commit 879ef3b

Browse files
authored
Update linux-cli-dir.md
1 parent 13ab6a6 commit 879ef3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/linux/cli/linux-cli-dir.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Linux 系统是一种典型的多用户系统,不同的用户处于不同的
1818
```bash
1919
$ ls -l
2020
total 64
21-
dr-xr-xr-x 2 root root 4096 Dec 14 2012 bin
21+
drwxr-xr-x 2 root root 4096 Dec 14 2012 bin
2222
dr-xr-xr-x 4 root root 4096 Apr 19 2012 boot
2323
```
2424

@@ -52,7 +52,7 @@ dr-xr-xr-x 4 root root 4096 Apr 19 2012 boot
5252
```bash
5353
$ ls -l
5454
total 64
55-
dr-xr-xr-x 2 root root 4096 Dec 14 2012 bin
55+
drwxr-xr-x 2 root root 4096 Dec 14 2012 bin
5656
dr-xr-xr-x 4 root root 4096 Apr 19 2012 boot
5757
```
5858

0 commit comments

Comments
 (0)