摘要: 首先添加一个或多个共享文件夹 在linux通过终端访问文件夹,路径为/mnt/hgfs/ + 你共享文件夹名称 ls /mnt/hgfs/ 为了方便,可以在桌面创建一个快捷方式 ln -s `pwd` /home/pipi/Desktop 其中 pwd 代表你当前文件夹的路径 后面的就是你桌面路径 阅读全文
posted @ 2021-04-04 14:04 CodeEggs 阅读(154) 评论(0) 推荐(0)
摘要: linux遇到下一问题 su Authentication failure 只要先如下修改密码即可: sudo passwd root 阅读全文
posted @ 2021-04-04 13:32 CodeEggs 阅读(145) 评论(0) 推荐(0)