Differences

This shows you the differences between two versions of the page.

english:other-enhancements:installation:set-file-folder-permissions [2009/05/08 19:19]
Knut Heermann (flip-flop)
english:other-enhancements:installation:set-file-folder-permissions [2018/06/03 18:09] (current)
Line 7: Line 7:
Docu: -- \\ Docu: -- \\
-Forum: [[http://forum.phpwcms.org/viewtopic.php?p=87560#p87560|Kleines Script zum setzen der Rechte]]+Forum: [[http://forum.phpwcms.org/viewtopic.php?p=87560#p87560|Small Script to set rights right]]
**Autor:** arminius -> // treated: [[http://planmatrix.de|K.Heermann]] (flip-flop) (07.05.09)// \\ **Autor:** arminius -> // treated: [[http://planmatrix.de|K.Heermann]] (flip-flop) (07.05.09)// \\
Line 43: Line 43:
chmod 666 $1/template/inc_default/startup.php chmod 666 $1/template/inc_default/startup.php
fi fi
 +</code>
 +
 +
 +==== General view ====
 +
 +<code txt|h file/folder permissions |h>
 ++-------------------------------------------------------------------------+
 +| CHMOD  all files (Dateien)  -> Alle                                     |
 ++----------------+-------------------+-----------------+------------------+
 +| Permission     | Owner (Besitzer)  | Group (Gruppe)  | Other (Andere)   |
 ++----------------+-------------------+-----------------+------------------+
 +| READ           |         X         |        X        |       X          |
 ++----------------+-------------------+-----------------+------------------+
 +| WRITE          |         X         |                 |                  |
 ++----------------+-------------------+-----------------+------------------+
 +| EXECUTE        |                   |                 |                  |
 ++----------------+-------------------+-----------------+------------------+
 +|                |         6         |        4        |       4          |
 ++----------------+-------------------+-----------------+------------------+
 +
 ++-------------------------------------------------------------------------+
 +| CHMOD  all folders (Verzeichnisse) -> Alle                              |
 ++----------------+-------------------+-----------------+------------------+
 +| Permission     | Owner (Besitzer)  | Group (Gruppe)  | Other (Andere)   |
 ++----------------+-------------------+-----------------+------------------+
 +| READ           |         X         |        X        |       X          |
 ++----------------+-------------------+-----------------+------------------+
 +| WRITE          |         X         |                 |                  |
 ++----------------+-------------------+-----------------+------------------+
 +| EXECUTE        |         X         |        X        |       X          |
 ++----------------+-------------------+-----------------+------------------+
 +|                |         7         |        5        |       5          |
 ++----------------+-------------------+-----------------+------------------+
 +
 ++-------------------------------------------------------------------------+
 +| CHMOD  files and folders executable (Dateien und Verzeichn. ausfuehrbar)|
 +| -> /upload, /filearchive, /template, /content, /content/*               |
 ++----------------+-------------------+-----------------+------------------+
 +| Permission     | Owner (Besitzer)  | Group (Gruppe)  | Other (Andere)   |
 ++----------------+-------------------+-----------------+------------------+
 +| READ           |         X         |        X        |       X          |
 ++----------------+-------------------+-----------------+------------------+
 +| WRITE          |         X         |        X        |       X          |
 ++----------------+-------------------+-----------------+------------------+
 +| EXECUTE        |         X         |        X        |       X          |
 ++----------------+-------------------+-----------------+------------------+
 +|                |         7         |        7        |       7          |
 ++----------------+-------------------+-----------------+------------------+
 +
 ++-------------------------------------------------------------------------+
 +| CHMOD                                                                   |
 +| -> setup.conf.inc.php, conf.indexpage.inc.php, startup.php,             |
 +|    frontend.css                                                         |
 ++----------------+-------------------+-----------------+------------------+
 +| Permission     | Owner (Besitzer)  | Group (Gruppe)  | Other (Andere)   |
 ++----------------+-------------------+-----------------+------------------+
 +| READ           |         X         |        X        |       X          |
 ++----------------+-------------------+-----------------+------------------+
 +| WRITE          |         X         |        X        |       X          |
 ++----------------+-------------------+-----------------+------------------+
 +| EXECUTE        |                   |                 |                  |
 ++----------------+-------------------+-----------------+------------------+
 +|                |         6         |        6        |       6          |
 ++----------------+-------------------+-----------------+------------------+
 +
 +0 -> (None)                 ---
 +1 -> Execute                --x
 +2 -> Write                  -w-
 +3 -> Write, Execute         -wx
 +4 -> Read                   r--
 +5 -> Read, Execute          r-w
 +6 -> Read, Write,           rw-
 +7 -> Read, Write, Execute   rwx
 +
</code> </code>
english/other-enhancements/installation/set-file-folder-permissions.1241803188.txt.gz · Last modified: 2018/06/03 18:08 (external edit)
www.planmatrix.de www.chimeric.de Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0