How to create a symbolic link in CentOS


This is an example on how to link the files from the current directory to /etc folder.

/bin/ln -sf myfile.conf /etc/myfile.com

,

Leave a Reply