Difference between revisions of "Wsl"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
``` | ``` | ||
- https://stackoverflow.com/questions/46610256/chmod-wsl-bash-doesnt-work | - https://stackoverflow.com/questions/46610256/chmod-wsl-bash-doesnt-work | ||
+ | - https://superuser.com/questions/1337153/change-home-of-wsl-to-mnt-c-users-yourwindowsuser |
Revision as of 16:44, 25 May 2022
wsl -d ubuntu-20.04 -u myuser -- bash wsl -d ubuntu-20.04 -- bash
/etc/wsl.conf
[user] default=myuser [automount] options = "metadata"
restart wsl
wsl --shutdown