Easy way to create a symlink to a folder:
$ ln -s path-to-folder linkname
To delete it, just remove the link like you would any other file:
$ rm linkname
Easy way to create a symlink to a folder:
$ ln -s path-to-folder linkname
To delete it, just remove the link like you would any other file:
$ rm linkname
Get the latest posts delivered right to your inbox