Horje
wsl file Code Example
wsl file
\\wsl$  # from windows file explorer
########################################
expolerer.exe .  #  from wsl shell, where your want to start explorer
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
ModuleNotFoundError: No module named 'enchant' Code Example ModuleNotFoundError: No module named 'enchant' Code Example
how to set global github username and password in git Code Example how to set global github username and password in git Code Example
libnss3.so: cannot open shared object file: No such file or directory Code Example libnss3.so: cannot open shared object file: No such file or directory Code Example
zip some files linux Code Example zip some files linux Code Example
Curl default connect-timeout Code Example Curl default connect-timeout Code Example

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