Having a symlink:
ln -s /var/www /media/Disk2/dropbox/www
How can I remove a folder from the symlink located at /media/Disk2/dropbox/www/test without afecting the main folder?
|
Having a symlink:
How can I remove a folder from the symlink located at
| |||
|
feedback
|
|
You can't, a symlink is just a file containing a pointer to the other folder(subdirectory). | |||
|
feedback
|
/media/Disk2/dropbox/www/testwithout removing/var/www/test? That's not possible, they are one and the same folder. – Rob Wouters Jan 30 at 17:20