When you work with the command line, you’ll notice that you cannot navigate “into” aliases created with the Finder when in Terminal. For example, you cannot issue a cd command into an alias, because ...
Symbolic links (also called a soft link) are a very important tool to understand in Linux. These are special files that point to other files, similar to shortcuts in Windows or aliases in macOS.