最近我将配置添加到/etc/wsl.conf
:
[automount]
options = "umask=22,fmask=133"
此后,我将无法从WSL运行任何.exe
(cmd.exe
,notepad.exe
):
bash# ls -l /mnt/c/Windows/System32/cmd.exe
-r--r--r-- 2 user user 278528 2018-09-15 10:28 /mnt/c/Windows/System32/cmd.exe
bash# notepad.exe
-bash: /mnt/c/Windows/System32/notepad.exe: Permission denied
是否可以仅将Windows可执行文件标记为可执行文件?