Home » Archive

Articles Archive for October 2008

  Posted: Oct 02 | Filed under: General

If you created a symbolic link to a folder via “ln -s /source/ /target/” you have to be careful.
Should you accidently remove the symbolic link in your FTP application the real folder will be deleted as well. To avoid that simply use the command “rm -r /symboliclinkfolder” .