ln [options] [target] [link name]
Lets u make links between files :O
there are 2 types of links
Symlinks are basically a link to a path (like /home/user/file.txt)
You can make symlinks by adding the -s option to ln
Hardlinks are a link to an inode (which is
ln creates hardlinks by default