What does "chmod" mean?

To chmod a file means to set a certain permission. 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" and enter the chmod command script instructions tell you. If you are using Telnet, here are a few commands that you should use in order to chmod a file or a directory:

u = the file's user (or owner)
r = read access
g = the file's group
x = execute access
o = others
w = write access
a = the user, the group, and others.

  • 0 brukere syntes dette svaret var til hjelp
Var dette svaret til hjelp?

Relaterte artikler

What is CGI and how is it going to help me?

CGI is translated as Common Gateway Interface. It's used to provide interactivity and turn static...

How am I supposed to install a script?

95% of scripts have complete instructions and a special ReadMe file with everything you need to...

What are the most common errors and how do I deal with them?

One of the most common errors is "500 Internal Error". The chances are that you will experience...

What is the path to PERL (interpreter)?

The PERL path is the very first line in every .cgi or .pl file. Usually it looks something like...