Everywhere I see advice to run WSL commands as
wsl --user root linuxcommand
however I only get error saying
/bin/bash: --: invalid option
Why does my WSL pick up "--"?
wsl linuxcommand
works just fine, except when I need to elevate privileges and I get permission denied, for which I would seem to need "--user root" switch.