From 05ed6369746da248e7769b985a860a2be2b4254a Mon Sep 17 00:00:00 2001 From: Roman Sliva <roman.sliva@vsb.cz> Date: Tue, 15 Jun 2021 06:58:19 +0000 Subject: [PATCH] Update standard-file-acl.md (output of ls) --- docs.it4i/storage/standard-file-acl.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/docs.it4i/storage/standard-file-acl.md b/docs.it4i/storage/standard-file-acl.md index 79920577d..daa35c84c 100644 --- a/docs.it4i/storage/standard-file-acl.md +++ b/docs.it4i/storage/standard-file-acl.md @@ -75,21 +75,8 @@ other::r-- You will notice that there is an ACL for a given file because it will exhibit `+` after its Unix permissions in the output of `ls -l`. ```code -$ ls -l /dev/audio -crw-rw----+ 1 root audio 14, 4 nov. 9 12:49 /dev/audio -``` - -```code -$ getfacl /dev/audio -getfacl: Removing leading '/' from absolute path names -# file: dev/audio -# owner: root -# group: audio -user::rw- -user:solstice:rw- -group::rw- -mask::rw- -other::--- +$ ls -l testfile +crw-rw----+ 1 someone someone 14, 4 nov. 9 12:49 testfile ``` ## Modify ACL -- GitLab