Contact

hs-icon-callcenter
Chiamare
hs-icon-callcenter

Contattateci telefonicamente

Che abbiate questioni di carattere tecnico o amministrativo, il nostro team di assistenza sarà lieto di aiutarvi. Saremo al vostro servizio personalmente!

 

+41 (0)84 800 80 80
(Chiamate dalla Svizzera 8 cent./al minuto)

Hotline amministrativa

Dal lunedì al sabato
dalle ore 9.00 alle ore 12.00
e dalle ore 13.30 alle ore 17.30
 

Hotline tecnica

Dal lunedì al venerdì
dalle ore 8.00 alle ore 17.30
Il sabato
dalle ore 9.00 alle ore 16.00

hs-icon-doc-write
Scrivere
hs-icon-doc-write

Inviateci un’e-mail

Affinché possiamo assistervi quanto più rapidamente e al meglio delle nostre possibilità, vi preghiamo di formulare la vostra richiesta nel modo più dettagliato possibile. Siamo raggiungibili anche presso il nostro indirizzo e-mail: support@hoststar.com

Tutti i campi contrassegnati da un «*» sono obbligatori e devono essere compilati.

 

Correct directory and file permissions

Supporto > > File permissions

CHMOD (change mode) is a command-line program that lets you change file attributes such as file permissions.

There are three types of permissions that can be configured for files and scripts.

Description Explanation Permission codes
Read permissions: permission to read files (r as in read)
Write permissions: permission to make changes to files (w as in write)
Execute permissions: Permission to execute files (programs) (x as in execute)

 

Another way to use CHMOD is with numbers for assigning access permissions. Numbers in the octal system (0-7) are used for this.

Hoststar uses the following default permissions:

Directory Permission codes Octal system
Folder rwx r-x r-x 755
File rw- r-- r-- 644

Directory and file permissions and selected PHP settings

If you are having problems creating or uploading files with a content management system or other PHP script installed for your hosting account, check whether you are using PHP in FastCGI mode before you manually change any permissions. This saves you the trouble of having to manually change permissions in most cases.

File permissions for Perl scripts

Executing Perl scripts (.pl files) normally requires rwx r-x r-x (755) permissions.

After uploading via FTP, the permissions must therefore be changed manually. The following section explains how this works.

Change directory and file permissions from your FTP client

If you want to change the directory and file permissions in your FTP client to match the information shown above, follow these steps:

 

Cyberduck

  1. Right-click on the directory or file you want to change.
  2. Select Info and then click the Permissions tab.
  3. Configure the permissions according to the principle described above. If you want to use CHMOD code, you can use the CHMOD calculator.

FileZilla

  1. Right-click on the directory or file you want to change.
  2. Select File permissions...
  3. Configure the permissions according to the principle described above. If you want to use CHMOD code, you can use the CHMOD calculator.

WinSCP

  1. Right-click on the directory or file you want to change.
  2. Select Properties
  3. Under Permissions, make changes according to the principles described above. If you want to use CHMOD code, you can use the CHMOD calculator.

WS-FTP LE

  1. Right-click on the directory or file you want to change.
  2. Select Properties
  3. Configure the permissions according to the principle described above. If you want to use CHMOD code, you can use the CHMOD calculator.

FTP Commander

FTP Commander does not allow you to change permissions.

Questo articolo è stato utile?