Horje
access wsl files from windows Code Example
open WSL folder in windows explorer
#go to network explorer and type below

\\wsl$
access windows files on wsl
cd /mnt/c
windows how to access wsl from explorer
from explorer \\wsl$
from powershell: cd \\wsl$\<DistributionName> 

in my case DistributionName is Ubuntu20.04
access WSL filesystem from Windows
\\wsl$
access wsl files from windows
C:\Users\%USERNAME%\AppData\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState\rootfs\
how to access the local machine using 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.




Shell

Related
git stash apply specific stash Code Example git stash apply specific stash Code Example
brew on windows Code Example brew on windows Code Example
pushing code with another github account Code Example pushing code with another github account Code Example
tar archive all files in directory Code Example tar archive all files in directory Code Example
bash replace string Code Example bash replace string Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9