FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Question

 


GigaForce
What is chmod? example:chmod777...
How to do/edit it?

Thanks y'all...
alalex
chmod is a unix command that changes the permissions of a file/folder.
If you want detailed information on this, read this article: http://www.linuxforums.org/security/file_permissions.html

Here are some common permissions:
    - chmod 755 myfile : rwxr-xr-x, all rights to the owner, other people only read and execute;
    - chmod 644 myfile : rw-r--r--, owner car read and write, other people only read;
    - chmod 777 myfile : can be considered bad practice in some cases, full permissions to everybody.


So that is pretty much it. You can use it in your webserver to define who accesses which folders, but you need a server that enables you to do so.
Wink
rvec
alalex wrote:
So that is pretty much it. You can use it in your webserver to define who accesses which folders, but you need a server that enables you to do so.
Wink


Nice explanation. Just one thing to add: Frihost has it enabled on all servers Smile
GigaForce
owhh... i get it now...Thanks so much...
Reply to topic    Frihost Forum Index -> Scripting -> Php and MySQL

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.