Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

Deleting Old Folders

Quote Reply
Deleting Old Folders
I have modified my Catagories and I want to know if it is safe to delete the old directories that I first created. I seem to have loads of directories and I would like to clean them up.

Thanks

Venice
Quote Reply
Re: Deleting Old Folders In reply to
Yes...All you have to do is delete all your directories under your LINKS direcory, and then re-build your index.

You can delete the directories via the following methods:

1) FTP
2) Telnet -
type in the following codes at the
command prompt:

Code:
rm links/*

Then type in the following command:

Code:
rmdir links/*

Hope this helps.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------


Quote Reply
Re: Deleting Old Folders In reply to
yes you can delete them. if you are not using them i do not see why you can not delete them
Quote Reply
Re: Deleting Old Folders In reply to
Thanks all deleted.

Venice