Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

open WSL folder in windows explorer

#go to network explorer and type below

wsl$
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

where is wsl folder in windows

%LOCALAPPDATA%PackagesCanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgscLocalState
ootfs
Comment

access wsl directory

cd wsl${DISTRO}
Comment

PREVIOUS NEXT
Code Example
Shell :: GIT Error refname refs/heads/master not found 
Shell :: bash script: permission denied 
Shell :: Git change branch from branch to main 
Shell :: checking if a substring exists in a string bash 
Shell :: How to create folder and cd into it with one command 
Shell :: git stash all changes 
Shell :: history-search-backward zsh mac 
Shell :: list installed dotnet versions 
Shell :: download blender ubuntu snap 
Shell :: chmod read only command in linux 
Shell :: install gulp 
Shell :: failed to restart mysql.service: unit mysql.service not found. 
Shell :: save output of command to craible bash 
Shell :: install autoconf macos 
Shell :: print unique lines 
Shell :: brightness function not working problem in kali linux 
Shell :: empty-commoit 
Shell :: how to upgrade packages in yarn 
Shell :: adonis list routes 
Shell :: how to install prompt-sync in node js 
Shell :: supprimer une branche locale git 
Shell :: reload bash 
Shell :: remove unnamed docker images 
Shell :: how to use traceroute command in ubuntu 
Shell :: how to close jobs in linux 
Shell :: add pwd to path linux 
Shell :: get branch from origin 
Shell :: how to find where python modules are installed 
Shell :: sed replace in file 
Shell :: how to install .deb in terminal 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =