Jan Ulrich Hasecke
2019-11-06 cb5439576ca3bdcc0fdb98f347dae1b22c787860
commit | author | age
ff7e66 1 ============================
JUH 2 Verzeichnisebene Paket-Admin
3 ============================
0a126d 4
ff7e66 5 Man kann sich als Paket-Admin in seinem Web-Paket per SSH folgendermaßen anmelden:
JUH 6
7 .. code-block:: console
8
9    $ ssh xyz00@xyz00.hostsharing.net
10
11 Danach können die Verzeichnisse mit dem Befehl :command:`ls` angezeigt werden.
12
13 .. code-block:: console
14    
15    xyz00@h05:~$ ls -a
16
17 Das Home-Verzeichnis des :role:`Paket-Admins<Paket-Admin>` umfasst initial folgende Verzeichnisse:
786c9f 18
JUH 19 .. tabularcolumns:: llllL
20
21 .. table:: Verzeichnisstruktur des Paket-Admins
22
23    +-----------------+--------+---------+----------+--------------------------------------------------------------------------+
24    | Berechtigungen  | Nutzer | Gruppe  | Ordner   |  Erläuterung                                                             |
25    +=================+========+=========+==========+==========================================================================+
26    | drwx-----       | xyz00  | xyz00   | .bak     |  Ablage komprimierter Backups der Datenbanken und Cronjobs.              |
27    +-----------------+--------+---------+----------+--------------------------------------------------------------------------+
28    | dr-xr-x--T      | httpd  | xyz00   | doms     |  Ablage der Paketdomain xyz00.hostsharing.net.                           |
29    +-----------------+--------+---------+----------+--------------------------------------------------------------------------+
30    | drwx------      | xyz00  | xyz00   | etc      |  Ablage für eigene Konfigurationsdateien.                                |
31    +-----------------+--------+---------+----------+--------------------------------------------------------------------------+
32    | drwxr-xr-x      | xyz00  | xyz00   | users    |  Ablage der angelegten Nutzer                                            |
33    +-----------------+--------+---------+----------+--------------------------------------------------------------------------+
34    | drwxr-x---      | xyz00  | xyz00   | var      |  Ablage von Logfiles (z.B. Web-Logs, Traffic-Logs)                       |
35    +-----------------+--------+---------+----------+--------------------------------------------------------------------------+
36    | drwx------      | xyz00  | xyz00   | Maildir  |  Mailordner des :role:`Paket-Admin`.                                     |
37    +-----------------+--------+---------+----------+--------------------------------------------------------------------------+
0a126d 38
JUH 39