Working with symlink to folders
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