This commit is contained in:
2019-01-29 10:33:38 +01:00
parent 1bb2a4b138
commit cb13379f95
10 changed files with 5550 additions and 10 deletions

2
9.html
View File

@@ -163,7 +163,7 @@ sudo dd if=/dev/zero of=/usr/disk-img/disk-quota.ext3 count=40960
<section>
<div>Gruppe erstellen, Benutzer hinzufügen
<pre><code>sudo groupadd quotagrp
sudo usermod -G quotagrp USERNAME </code></pre>
sudo usermod -aG quotagrp USERNAME </code></pre>
<div>Verzeichnis erstellen, Rechte setzen
<pre><code>sudo mkdir -p /quota/share
sudo chown -R root.quotagrp /quota/share