Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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

PREVIOUS NEXT
Code Example
Shell :: non-docker root 
Shell :: change file permissions ssh 
Shell :: grep third match 
Shell :: How to "git status" 
Shell :: update n98-magerun2 
Shell :: install magento extension composer 
Shell :: ssh-keygen not interactive 
Shell :: fix ubuntu certificates 
Shell :: terminal find containing directory of file and cd to directory 
Shell :: ettercap terminal 
Shell :: view branches not merged with master 
Shell :: invalid signature for kali linux repositories 
Shell :: bash use variable in string 
Shell :: Github cli default editor set 
Shell :: how to open a iso file in linux 
Shell :: regex first in line 
Shell :: zsh wait for user input 
Shell :: snap scrcpy 
Shell :: container registry permissions gcp 
Shell :: linux find command 
Shell :: install conky on pop os 
Shell :: migrate git repository 
Shell :: make directory in linux 
Shell :: get battery level via cmd 
Shell :: create windows network share from command line 
Shell :: bash cd || exit 
Shell :: windows battery report health 
Shell :: ansible ad hoc file module 
Shell :: how to push in git 
Shell :: how to define a command in bashrc 
ADD CONTENT
Topic
Content
Source link
Name
4+2 =