Difference between revisions of "Wsl"
Jump to navigation
Jump to search
(Created page with "``` wsl -d ubuntu-20.04 -u myuser -- bash wsl -d ubuntu-20.04 -- bash ```") |
|||
Line 3: | Line 3: | ||
wsl -d ubuntu-20.04 -- bash | wsl -d ubuntu-20.04 -- bash | ||
``` | ``` | ||
+ | |||
+ | /etc/wsl.conf | ||
+ | ``` | ||
+ | [user] | ||
+ | default=jebusk | ||
+ | [automount] | ||
+ | options = "metadata" | ||
+ | ``` | ||
+ | |||
+ | restart wsl | ||
+ | ``` | ||
+ | wsl --shutdown | ||
+ | ``` | ||
+ | - https://stackoverflow.com/questions/46610256/chmod-wsl-bash-doesnt-work |
Revision as of 16:07, 25 May 2022
wsl -d ubuntu-20.04 -u myuser -- bash wsl -d ubuntu-20.04 -- bash
/etc/wsl.conf
[user] default=jebusk [automount] options = "metadata"
restart wsl
wsl --shutdown