Category Archives: linux

How to add symbolic link in Centos

ln -s [TARGET DIRECTORY OR FILE] ./[SHORTCUT] example ln -s /usr/local/bin/mysql mysql

Posted in linux | 2 Comments