Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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.
Comment

PREVIOUS NEXT
Code Example
Shell :: Command to create the private key and public using the openssl command : 
Shell :: start elasticsearch on aws 
Shell :: create private repository github command line 
Shell :: git https basic access denied 
Shell :: moodle update cli 
Shell :: how to setup a gitignore 
Shell :: linux how to execute a script 
Shell :: fix corrupt pdf command line 
Shell :: linux change password chpasswd 
Shell :: bash multiline string variable 
Shell :: how to revert commit in git 
Shell :: how to make directories in linux 
Shell :: how to scroll up in linux terminal 
Shell :: git create new repo from branch 
Shell :: git push origin cannot be resolved to branch 
Shell :: bash do-while 
Shell :: how to create a new group in linux 
Shell :: arch linux wine 
Shell :: aws s3 change bucket region 
Shell :: how to move a file in bash 
Shell :: git merging to branch from branch 
Shell :: datadog without agent 
Shell :: how to start kurento medial server in linux 
Shell :: public access denied assmebla 
Shell :: how to make my PS1 in linux the pwd 
Shell :: codeception environnement variable not found 
Shell :: k8s taint 
Shell :: git debug 
Shell :: linux up command multiple level of directory 
Shell :: flag yes gcloud 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =