From 3638380484bf42fb0f4bf63b259248381b432887 Mon Sep 17 00:00:00 2001 From: bserie Date: Mon, 20 Feb 2017 17:51:57 +0100 Subject: [PATCH] ajout usrquota dans l'exemple fstab --- HowtoQuota.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoQuota.md b/HowtoQuota.md index 0c5a9deb..8bc8b65e 100644 --- a/HowtoQuota.md +++ b/HowtoQuota.md @@ -11,7 +11,7 @@ Ajouter _usrquota_ et/ou _grpquota_ dans les partitions concernées du fichier /etc/fstab exemple : ~~~ -/dev/sdb1 /home ext4 defaults,noexec,nosuid,nodev,grpquota 0 2 +/dev/sdb1 /home ext4 defaults,noexec,nosuid,nodev,usrquota,grpquota 0 2 ~~~ ~~~