LINUX: Create the Symbolic links in Linux
Symbolic links in linux is similar to shortcut file in windows.
It is higly recommended for the security reasons in linux environment.
Soft Symbolic Link:
E.g:
ln -s /usr/local/apache/logs logs
It is higly recommended for the security reasons in linux environment.
Soft Symbolic Link:
ln -s <original-folder-path> <sympoli-file or folder name>
E.g:
ln -s /usr/local/apache/logs logs
