ln creates a link between files and is used so you only need one copy of a file/directory even if you need it in more than one place. The -s bit makes it a symbolic link which basically means you can see the link when you do a ls. The -f means force and it'll overwrite any existing file.