Thursday 10 October 2019

Creating symlink using command line

ln -s <Full path of source folder> <Full path of destination folder>

For example: symlink for var folder under cnsv folder

ln -s /var/www/html/var /var/www/html/cnsv