• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Website problem....

Wraskly

Member
Joined
Jun 17, 2010
Messages
244
Reaction score
7
How can I chmod config.lua?

I get this error

Code:
Write access denied to config.php, please chmod 666
 
chmod - it's premissions to file, easy method - use you ftp manager for change it, or (if it Linux) change it manual, vs command: $ chmod u+rwx,g+rwx,o+x config.php
 
Back
Top