Horje
open local files wsl Code Example
open local files wsl
cd /mnt/c/Users/your_Windows_Username
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
yarn upgrade typescript Code Example yarn upgrade typescript Code Example
linux how to undeo ctrl+z Code Example linux how to undeo ctrl+z Code Example
ubuntu server does not run scripts Code Example ubuntu server does not run scripts Code Example
kill process group linux Code Example kill process group linux Code Example
bash single vs double quotes Code Example bash single vs double quotes Code Example

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