Gossamer Forum
Home : Products : Others : Fileman :

Cant edit a folder?

Quote Reply
Cant edit a folder?
Unfortenly I removed all permissions on a folder. So under "permission" on this folder there is only: --- now. But it suppose to say: rwx r-x r-x that is the default on my server.

But now that it says --- the check-box cant be marked, so I cant edit that folder.

What should i do to delete the folder, or make the chmod right again?



Thanks.

Last edited by:

jelohne: Dec 28, 2003, 1:12 PM
Quote Reply
Re: [jelohne] Cant edit a folder? In reply to
You will have to do it with an FTP client or via a shell (SSH). You might try the command utility in FileMan too:

Code:
chmod 755 dir-name

~Charlie
Quote Reply
Re: [Chaz] Cant edit a folder? In reply to
Thx.

The chmod 755 dir-name command worked.