What is a "Symlink" on Linux?
A symlink (short for symbolic link) is a concept on Linux that allows you to make one filepath behave as if it were another filepath, e.g. if the symlink /foo points to /bar, any application that tries to open /foo will be accessing /bar instead and they won't even know it.