Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

open WSL folder in windows explorer

#go to network explorer and type below

wsl$
Comment

how to open directory from wsl

# This opens the current directory you are in
explorer.exe .
Comment

wsl folder linux windows access

#From win host
Open File Explorer.
Type wsl$<wsl-distro-name> in the address bar.

#From the wsl distro 
#You can also map it to a specific folder in the win host if you want (symbolic link)
ls -s /wsl-dir-you-wanna-map /mnt/c/Users/<username>/<desired-path>



#by Leo Av
Comment

how to open explorer in wsl linux directory

#Type this:
from explorer wsl$
from shell: explorer.exe
Comment

windows how to access wsl from explorer

from explorer wsl$
from powershell: cd wsl$<DistributionName> 

in my case DistributionName is Ubuntu20.04
Comment

wsl windows directory

wsl$
Comment

where is wsl folder in windows

%LOCALAPPDATA%PackagesCanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgscLocalState
ootfs
Comment

access wsl files from windows

C:Users\%USERNAME%AppDataLocalPackagesCanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgscLocalState
ootfs
Comment

PREVIOUS NEXT
Code Example
Shell :: clone mongodb database to local machine 
Shell :: download gimp ubuntu 
Shell :: git can we reset a new branch to a specific commit 
Shell :: how to see wifi password in command prompt 
Shell :: git commit no message 
Shell :: how to install opencv in jupyter notebook windows 
Shell :: pip3 not found 
Shell :: bash check if process is running by name 
Shell :: git remove upstream branch 
Shell :: tailwind plugin prettier 
Shell :: corntab using nano 
Shell :: install ngrok 
Shell :: unable to resolve reference git 
Shell :: set go111module= on ubuntu 20.04 
Shell :: apache2 site 
Shell :: grep before and after 
Shell :: how to install g++ in fedora 
Shell :: Failed at the node-sass@4.7.2 postinstall script. 
Shell :: list users debian 
Shell :: check ubuntu or centos 
Shell :: pop last commit git 
Shell :: clean ubuntu root 
Shell :: Remove the credentials of git 
Shell :: bash install apache 
Shell :: kill all ports mac 
Shell :: kubectl completion zsh 
Shell :: linux get docker compose logs 
Shell :: sudo apt install net tools 
Shell :: pods remove and reinstall react-native 
Shell :: list directories recursively powershell 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =