diff --git a/Collection/连~都忘记了的小知识.md b/Collection/连~都忘记了的小知识.md index 9e3827a..03aa402 100644 --- a/Collection/连~都忘记了的小知识.md +++ b/Collection/连~都忘记了的小知识.md @@ -19,7 +19,7 @@ shource ~/.bashrc #重载bashrc文件 - Linux写脚本 ```shell vim mount_hgfs -sudo vmhgfs-fuse .host:/ /mnt/hgfs/ -o allow_other #填入 +sudo vmhgfs-fuse .host:/ /mnt/hgfs/ -o allow_other #填入命令 chmod +x mount_hgfs #增加执行权限 -mv mount_hgfs /bin #移动到/bin路径下 以后使用 mount +mv mount_hgfs /bin #移动到/bin路径下 以后使用 mount_hgfs 直接执行 ``` \ No newline at end of file