Understanding Permissions  Stampa Articolo

File permissions define who can read, write, and execute files such as scripts.  When the installation instructions ask you to CHMOD a file, you are being asked to set file permissions.  File permissions can by modified by most popular FTP clients or through the control panel's built-in file manager.

 

Some common permission levels for files are:

 

600  Makes a file inaccessible

644  Readable by everyone (e.g. HTML documents)

666  File can be read and modified 

755  File can be read and executed by everyone 

777  Writable and executable by everyone (use with caution)

 

Most CGI scripts need to be set to 755.  Please refer to the script's documentation for proper installation instructions

Hai trovato utile questa risposta?

Articoli Correlati

CGI Scripts
All CGI scripts must be placed in your cgi-bin directory.  The cgi-bin folder is located in...
Program Paths
Program Paths  The following paths are commonly needed by scripts.   Path to...
Viewing Installed Perl Modules
From the main control panel menu click the "Advanced Tools" icon, then the "Installed Perl...
PHP Scripts
PHP scripts are fully supported on all servers running DirectAdmin Web Control Panel.  PHP...
Accessing phpMyAdmin
phpMyAdmin is a tool written in PHP that allows you to administrate your MySQL databases. ...