“Abra arquivos locais WSL” Respostas de código

Abra arquivos locais WSL

cd /mnt/c/Users/your_Windows_Username
Saf1

Como acessar a 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

Respostas semelhantes a “Abra arquivos locais WSL”

Perguntas semelhantes a “Abra arquivos locais WSL”

Mais respostas relacionadas para “Abra arquivos locais WSL” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código