Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/08/2003, 16:49
josemi
Ex Colaborador
 
Fecha de Ingreso: junio-2002
Mensajes: 9.091
Antigüedad: 21 años, 10 meses
Puntos: 16
Hola,

Del manual de chmod() (www.php.net/chmod):
Cita:
The mode parameter consists of three octal number components specifying access restrictions for the owner, the user group in which the owner is in, and to everybody else in this order. One component can be computed by adding up the needed permissions for that target user base. Number 1 means that you grant execute rights, number 2 means that you make the file writeable, number 4 means that you make the file readable. Add up these numbers to specify needed rights. You can also read more about modes on UNIX systems with 'man 1 chmod' and 'man 2 chmod'.
Saludos.
__________________
Josemi

Aprendiz de mucho, maestro de poco.