I have a path I want to use as a home directory in WSL, but it's also path that has spaces in it.
I've tried escaping the spaces with slashes, and I've tried using single and double quotes with just spaces in the file, but it sets me at the root directory, instead of my home directory, it seems I cannot specify a path with spaces in it within /etc/passwd.
Is there some other way to make this work?