im getting an error chmod 777, i know why it is doing this but i dont know how to change the permission's though telnet... ive tryed getting help inside of telnet and it tells me there is no help avaliable and when i tryed cd and dir all the commands i could think of wouldnt work...
Are you telnetting into a windows machine? If so, that's the problem. Windows doesn't support CHMOD. There is also no alternative via telnet. You have to use FTP to modify permissions.
first, instead of telnet, use ssh for more security (asymmetric session keys). second, type "man chmod" in your *nix console (via ssh). last, make sure you own the file you're chmodding.
__________________
just an ignorant noob with moronic solution...