Skip to content

Commit

Permalink
docs: remove redundant '/' (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
Makonike committed Nov 3, 2022
1 parent 9c6b8a3 commit 802a234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/ln.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ simple, never # 永远使用普通方式备份

```shell
cd /usr/mengqc
ln /mub1/m2.c /usr/liu/a2.c
ln mub1/m2.c /usr/liu/a2.c
```

在执行ln命令之前,目录`/usr/liu`中不存在a2.c文件。执行ln之后,在`/usr/liu`目录中才有a2.c这一项,表明m2.c和a2.c链接起来(注意,二者在物理上是同一文件),利用`ls -l`命令可以看到链接数的变化。
Expand Down

0 comments on commit 802a234

Please sign in to comment.