Greetings, I am running a Windows 2k3 box, with copSSH installed for terminal connections. I am attempting to change file permissions for files / dirs, but can only seem to change to 555 or 777. If I run: Administrator@SERVERNAME /file/path/here $ chmod 755 filename.php The file permissions actually change to 777 If I chmod 444, the file permissions actually change to 555. It seems as though I am 'stuck' with 555 or 777, and cannot change to anything 'in between'. Any ideas?