How to create a soft or symbolic link in Ubuntu or Linux?

To create a symlink at /etn/nginx/manojmahato.com.np.conf which references the original file /var/www/project/nginx.conf,

use:

ln -s /var/www/project/nginx.conf /etn/nginx/manojmahato.com.np.conf

You can use above command with sudo for root access.

Be the first to comment

Leave a Reply

Your email address will not be published.


*