From 8e2e60621cd74dbd8a62239bce34a4cb0b2d6af7 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 15 Dec 2024 00:21:14 +0000 Subject: [PATCH] permissions text moved here - online edit of handbook/computing/wsllaptop.html [PosixPath('/home/philip/expo/expoweb/handbook/computing/wsllaptop.html')] --- handbook/computing/wsllaptop.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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"