“archivo wsl” Código de respuesta

archivo wsl

\\wsl$  # from windows file explorer
########################################
expolerer.exe .  #  from wsl shell, where your want to start explorer
Jokerinya

Acceda a los archivos WSL desde Windows

C:\Users\%USERNAME%\AppData\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState\rootfs\
Cheerful Cat

Cómo acceder a la máquina local usando WSL

You can access your local machine using Windows Linux subsystem by accessing mnt folder in the root directory of the bash.
Just type, cd / 
-- this will get you to the root folder.
Then type, cd mnt
-- this will get you inside the mnt directory
Then type, ls -ltr
-- this will list down the drives in your local computer. From here yo can access anything you want on your local computer.
Naughty Newt

Respuestas similares a “archivo wsl”

Preguntas similares a “archivo wsl”

Más respuestas relacionadas con “archivo wsl” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código