The symbolic links in Unix are known as “symlink” and are similar to a shortcut or an alias. The structure of the command is:
ln -s filname symlinkname
Notice that the -s
flag is for the symbolic links. Other things that you need to know is that it references a file path and not a file and it breaks when the file is moved or deleted.