Folder Permission stuck 000 help

55host.net

Registered
Dec 1, 2007
3
0
51
my client has a folder which is stuck chmod 000 and me as root i do not know wat to do, i tryed changed it it wont work, he cannot delete it move files , rename or anything and under file zilla ftp on the right of the folder it says owner 32072 32075 , instead is should say madspoto

any suggestions,
 

KaiMeyer

Registered
PartnerNOC
Mar 15, 2007
3
0
151
Can you give me a copy of 'ls -l ' on the file name? If you have colors enabled in your ls command (--color or -G) what color is the file name? I could also be an attribute, try "lsattr" on the file/folder as well, and copy the results here.
 

sunil001

Member
Oct 19, 2005
15
1
153
As a root try following commands

chattr -i foldername

chmod 755 foldername


Hope it will solve the issue
 

mrprez

Well-Known Member
Jun 14, 2002
93
0
166
You might want to find out why it was chttr'd before you go un-chttr-ing (new word). Might be something in there that shouldn't be.