Answers for "navigate to C drive in bash on WSL-Ubuntu"

0

navigate to C drive in bash on WSL-Ubuntu

#C: in Windows is /mnt/c/ in WSL Ubuntu
#In Windows Subsystem for Linux (WSL) The C: drive is mounted as /mnt/c/, D: is mounted as /mnt/d/ et cetra. Therefore, C:/wamp64/www should be at /mnt/c/wamp64/www. Try:

cd /mnt/c/wamp64/www
Posted by: Guest on January-29-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language