I am working with Ubuntu WSL on WIn 10 and got the problem, that the user and group of all my directories and folders is set to root. I figured out I should change that to thomalex, but I just don´t know how to do that. I found that guide that didn´t work out: https://www.hostingadvice.com/how-to/change-file-ownershipgroups-linux/
dr-xr-xr-x 1 root root 4096 Oct 31 2019 Users
So I want to make this line look like this:
dr-xr-xr-x 1 thomalex thomalex 4096 Oct 31 2019 Users
Should I change all my c/ drive to this group and user?