You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar behavior is exhibited for soft links to files:
➜ ~ echo "Hello, world" > README.md
➜ ~ ln -s README.md ALSOREADME.md
➜ ~ ll
total 8.0K
lrwxrwxrwx 1 <user> <user> 9 May 31 14:04 ALSOREADME.md -> README.md
-rw-r--r-- 1 <user> <user> 13 May 31 14:04 README.md
drwxr-xr-x 2 <user> <user> 4.0K May 31 13:46 workspace
lrwxrwxrwx 1 <user> <user> 9 May 31 13:46 ws -> workspace
➜ ~ cat README.md ALSOREADME.md
Hello, world
Hello, world
PS L:\home\<user>> cat .\README.md
Hello, world
PS L:\home\<user>> cat .\ALSOREADME.md
cat : The name of the file cannot be resolved by the system.
At line:1 char:1
+ cat .\ALSOREADME.md
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ReadError: (L:\home\<user>\ALSOREADME.md:String) [Get-Content], IOException
+ FullyQualifiedErrorId : GetContentReaderIOError,Microsoft.PowerShell.Commands.GetContentCommand
The text was updated successfully, but these errors were encountered:
Hi! We've identified this issue as a duplicate of another one that already exists in this repository. This specific instance is being closed in favor of tracking the concern over on the referenced thread.
Please fill out the below information:
What you're doing and what's happening:
PS > ubuntu2004.exe
\\wsl$\Ubuntu-20.04\home\<user>
ws
to browse theworkspace
directory.What's wrong / what should be happening instead:
ws
is shown as aFile
, and does not operate as a soft link to theworkspace
directory.ls
(noteL:
is a mount of\\wsl$\Ubuntu-20.04\
):Notes
Similar behavior is exhibited for soft links to files:
The text was updated successfully, but these errors were encountered: