解决mnt文件夹下“ chmod (): Operation n
2022-06-13 本文已影响0人
VellBibi
在wsl系统内执行:
sudo vim /etc/wsl.conf
添加以下内容
[automount]
enabled = true
root = /mnt/
options = "metadata,umask=22,fmask=111"
mountFsTab = true
[filesystem]
umask = 022
重启wsl
wsl --shutdown