Dear Proftpd users I have Proftpd running on inetd on Redhat 9. I am sorry I do not know the version of Proftpd that I am using.
I am trying to chmod on my system but it always says
>SITE CHMOD 646 info.cgi
550 filename.cgi: Operation not permitted
I have tried various methonds of allowing chmod such as
<Limit SITE_CHMOD>
Order allow,deny
Allow from all
</Limit>
http://staff.ichihime.jp/~tana/doc/proftpd.html<Limit SITE_CHMOD>
AllowUser myusername
DenyAll
</Limit>
<Limit SITE_CHMOD>
AllowAll
</Limit>
and I also tried putting the above inside <GLOBAL></GLOBAL>
I also tried the below, which prevented me from logging in.
<Global>
AllowChmod on
</Global>
Because, I presume, my version of FTPD is too new to support it.
My
guess is that
perhaps the user that I am logging in as does not have permission to chmod as a result of a linux setting. I do not have command line access so I cannot change things now.
Okay, so how about if I log in as root? I have tried to do that, using
<GLOBAL>
RootLogin on
</GLOBAL>
But I cannot log in using root. I am always told that the password is incorrect.
Has someone H4cked my server and changed the root password? I hope not. That does not seem to be the case since I can still log into webmin over the internet now, and to my redhat box when I am sitting in front of it.