How to Create a Symlink using the Terminal on Linux Mint
To create a symlink to a file, folder (directory), to another symlink, or even to a filepath that doesn't exist, execute the following terminal command [how?]: Warning: the -s flag (or --symbolic) is important. Without it, ln creates a hard link instead of a symbolic link. The command above will create a new symlink in […]