From be00726ac463074d161a3cbfd14993d28837ad6b Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Thu, 5 May 2022 10:18:18 +0200 Subject: [PATCH] Update storage.md --- docs.it4i/barbora/storage.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs.it4i/barbora/storage.md b/docs.it4i/barbora/storage.md index 50cfc3f5a..3dc8b27ac 100644 --- a/docs.it4i/barbora/storage.md +++ b/docs.it4i/barbora/storage.md @@ -176,8 +176,6 @@ $ du -hs * .[a-zA-z0-9]* | grep -E "[0-9]*G|[0-9]*M" | sort -hr This will list all directories with MegaBytes or GigaBytes of consumed space in your actual (in this example HOME) directory. List is sorted in descending order from largest to smallest files/directories. -To have a better understanding of previous commands, you can read man pages: - ### Extended ACLs Extended ACLs provide another security mechanism beside the standard POSIX ACLs, which are defined by three entries (for owner/group/others). Extended ACLs have more than the three basic entries. In addition, they also contain a mask entry and may contain any number of named user and named group entries. -- GitLab