WSLの/mnt/c以下のパーミッションを変える方法
/etc/wsl.conf
を以下のように編集
/etc/wsl.conf
[automount]
enabled = true
root = /mnt/
options = "metadata,umask=22,fmask=11"
mountFsTab = true
んで再起動
C:\Users\cabbage>wsl -l
Windows Subsystem for Linux ディストリビューション:
Ubuntu-20.04 (既定)
C:\Users\cabbage>wsl -t Ubuntu-20.04
C:\Users\cabbage>wsl
参考元
https://www.atmarkit.co.jp/ait/articles/1807/12/news036.html
https://docs.microsoft.com/en-us/windows/wsl/wsl-config
Author And Source
この問題について(WSLの/mnt/c以下のパーミッションを変える方法), 我々は、より多くの情報をここで見つけました https://qiita.com/cabbage_lettuce/items/acecfaf270b564d8c5aa著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .