Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
docs.it4i.cz
Commits
05ed6369
Commit
05ed6369
authored
3 years ago
by
Roman Sliva
Browse files
Options
Downloads
Patches
Plain Diff
Update standard-file-acl.md (output of ls)
parent
8c1d9eb3
No related branches found
No related tags found
1 merge request
!323
extended-acls-storage-section
Pipeline
#19716
passed with warnings
3 years ago
Stage: test
Stage: build
Stage: deploy
Stage: after_test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs.it4i/storage/standard-file-acl.md
+2
-15
2 additions, 15 deletions
docs.it4i/storage/standard-file-acl.md
with
2 additions
and
15 deletions
docs.it4i/storage/standard-file-acl.md
+
2
−
15
View file @
05ed6369
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment