mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-12-18 14:32:23 +00:00
permissions text moved here - online edit of handbook/computing/wsllaptop.html [PosixPath('/home/philip/expo/expoweb/handbook/computing/wsllaptop.html')]
This commit is contained in:
parent
8c100935c8
commit
8e2e60621c
@ -152,6 +152,11 @@ have to set these explicitly (the default user that gets created when WSL is fir
|
|||||||
|
|
||||||
<p>See also <a href="https://docs.microsoft.com/en-us/windows/wsl/file-permissions">File Permissions for WSL</a> (Dec. 2021).
|
<p>See also <a href="https://docs.microsoft.com/en-us/windows/wsl/file-permissions">File Permissions for WSL</a> (Dec. 2021).
|
||||||
|
|
||||||
|
The trick is to make sure that all the files in your development folders, e.g. <var>C:\expo\</var> which contains your repos e.g. <var>C:\expo\troggle\</var> are owned in the Windows system by the default Windows user e.g. <var>MACHINENAME\philip</var> and owned in the Linux system e.g. <var>/mnt/c/expo/</var> by the default Linux user, e.g. <var>philip:philip</var> using <br><var>sudo chown -Rhv philip:philip *</var>
|
||||||
|
<br>
|
||||||
|
and then <em>reboot your machine</em> as this doesn't seem to properly take effect until you do that.
|
||||||
|
<p>
|
||||||
|
See also <a href="https://learn.microsoft.com/en-us/windows/wsl/file-permissions">WSL File Permissions</a>.
|
||||||
|
|
||||||
<h3 id="bold">"Are you feeling lucky, punk"</h3>
|
<h3 id="bold">"Are you feeling lucky, punk"</h3>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user