Horje
linux subsystem mount file into windows Code Example
linux subsystem mount file into windows
#For this you will do use ln command like this

ln -s  /mnt/d/projects/web-project  /var/www/web-project

#Just a tip for developers who would work in Windows and would like to access those files in Linux Subsystem real quick. You can use symbolic links.
#For example If you are working on a project in d:/projects/web-project, you can create a symlink at location /var/www/web-project and all the files you change in windows will be readily available to be accessed in Linux Bash.
#In above line /mnt/d was meant to be your d drive on windows. Setup your Apache virtual host to this path and you are ready to go.




Shell

Related
ubuntu icons missing on taskbar Code Example ubuntu icons missing on taskbar Code Example
go get all required packages Code Example go get all required packages Code Example
how to install bower dependencies Code Example how to install bower dependencies Code Example
xcode there is not enough disk space available to install the product. Code Example xcode there is not enough disk space available to install the product. Code Example
stop openhab2 service Code Example stop openhab2 service Code Example

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