Skip to content

Commit 802a234

Browse files
authored
docs: remove redundant '/' (#444)
1 parent 9c6b8a3 commit 802a234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/ln.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ simple, never # 永远使用普通方式备份
5757

5858
```shell
5959
cd /usr/mengqc
60-
ln /mub1/m2.c /usr/liu/a2.c
60+
ln mub1/m2.c /usr/liu/a2.c
6161
```
6262

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

0 commit comments

Comments
 (0)