Sysadmin fundamentals: Create soft links in Linux
Symbolic links (also called “soft” links) are files that point to a file or directory in your system, but don’t mirror the other file’s data.
Read More at Enable SysadminThe post Sysadmin fundamentals: Create soft links in Linux…