List of CHMOD's and what they mean

CHMOD 777 file: available to owners, groups and the world at large in order to  Read, Write and Execute.

CHMOD 755 file: available to owners to Read, Write and Execute; and to groups and the world at large to Read and Execute only.

CHMOD 644 file: available to owners to Read and Write;  and to groups and the world at large to Read only.

CHMOD 666 file: available to owners, groups and the world at large in order to Read and Write.

  • 2 A felhasználók hasznosnak találták ezt
Hasznosnak találta ezt a választ?

Kapcsolódó cikkek

Reasons for CHMODing

When using UNIX systems it is sometimes necessary to change file permissions, which is done using...

What do the various error codes mean?

100 - Informative-100 Continue-101 Switching Protocols200 - Client Request Successful-200 OK-201...

What is the exact physical path to your root directory on the web-server?

The path to your root directory is:/home/username/ Obviously, substitute "username" with the...