diff --git a/handbook/computing/wsllaptop.html b/handbook/computing/wsllaptop.html index 3435340e9..3d9944b26 100644 --- a/handbook/computing/wsllaptop.html +++ b/handbook/computing/wsllaptop.html @@ -152,7 +152,12 @@ have to set these explicitly (the default user that gets created when WSL is fir

See also File Permissions for WSL (Dec. 2021). - +The trick is to make sure that all the files in your development folders, e.g. C:\expo\ which contains your repos e.g. C:\expo\troggle\ are owned in the Windows system by the default Windows user e.g. MACHINENAME\philip and owned in the Linux system e.g. /mnt/c/expo/ by the default Linux user, e.g. philip:philip using
sudo chown -Rhv philip:philip * +
+and then reboot your machine as this doesn't seem to properly take effect until you do that. +

+See also WSL File Permissions. +

"Are you feeling lucky, punk"