diff --git a/sources/tech/20170622 A users guide to links in the Linux filesystem.md b/sources/tech/20170622 A users guide to links in the Linux filesystem.md index c270ded7df..dec2164d70 100644 --- a/sources/tech/20170622 A users guide to links in the Linux filesystem.md +++ b/sources/tech/20170622 A users guide to links in the Linux filesystem.md @@ -271,7 +271,7 @@ link2.file.txt **unlink** 命令在删除文件和链接时也有用。它非常简单且没有选项,就像 **rm** 命令一样。然而,它更准确地反映了删除的基本过程,因为它删除了目录项与被删除文件的链接。 -### Final thoughts +### 写在最后 我曾与这两种类型的链接很长一段时间后,我开始了解他们的能力和特质。为我所教的Linux课程编写了一个实验室项目,以充分理解链接是如何工作的,并且我希望增进你的理解。