ln -s linktext linkname
linktext is the location of the actual file. linkname is the redirect path
ln -s /backup/logs /var/logs
ln -s /home/cpanel /var/cpanel
making Linux a little easier
ln -s linktext linkname
linktext is the location of the actual file. linkname is the redirect path
ln -s /backup/logs /var/logs
ln -s /home/cpanel /var/cpanel