vault backup: 2026-01-23 17:21:46

This commit is contained in:
2026-01-23 17:21:46 +08:00
parent 5094127444
commit 1ada366516

View File

@@ -19,7 +19,7 @@ shource ~/.bashrc #重载bashrc文件
- Linux写脚本 - Linux写脚本
```shell ```shell
vim mount_hgfs 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 #增加执行权限 chmod +x mount_hgfs #增加执行权限
mv mount_hgfs /bin #移动到/bin路径下 以后使用 mount mv mount_hgfs /bin #移动到/bin路径下 以后使用 mount_hgfs 直接执行
``` ```