What does File Permissions "chmod" mean?

To chmod a file means to set certain permissions.

By default, all files uploaded to the server automatically have permissions set to 644. The setting 644 is relatively safe, as it provides "Read" and "Write" access to the owner, while limiting the rest of the public to "Read Only" access.

Few of the most common chmod commands are 775 and 777. To chmod a certain file or a category using FTP client find something like "Change File Attributes" or right click on the file/folder and enter the chmod command script instructions tell you.

WARNING! Setting permissions on files is a relatively simple task, however MAKE SURE you fully understand what it is you're allowing the public to do with your files. For example, some less experienced users often make the fatal mistake of simply setting ALL of their files to 777. While 777 will automatically allow executing privileges, it also allows full "READ, WRITE, and EXECUTION ability to the entire world.

  • 60 Users Found This Useful
Was this answer helpful?

Related Articles

How am I supposed to install a script?

Usually 99% of the scripts that we have tried before have complete instructions and a special...

How do I enable SSI in my HTML pages?

To take advantage of Server Side Includes (SSI) in your web page, make sure the web page has the...

What is the path to Perl?

One of the first things you must do when configuring a script, is set the correct path to the...

What is the path to SendMail?

Some programs such as the ones, which send email will need to know where the Sendmail program...

Where to upload my files?

Your html files, and or the files you want to make accessible to the World Wide Web must be...