mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore: added installation package
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
## TL;DR
|
||||
|
||||
```sh
|
||||
# Install the tool.
|
||||
apt install 'acl'
|
||||
dnf install 'acl'
|
||||
|
||||
# Show acls of files.
|
||||
getfacl 'test/declarations.h'
|
||||
|
||||
|
||||
@@ -9,6 +9,10 @@
|
||||
## TL;DR
|
||||
|
||||
```sh
|
||||
# Install the tool.
|
||||
apt install 'attr'
|
||||
dnf install 'attr'
|
||||
|
||||
# Get values for specific extended attributes.
|
||||
getfattr -n 'name' 'path/to/file.1' … 'path/to/file.N'
|
||||
```
|
||||
|
||||
@@ -9,6 +9,10 @@
|
||||
## TL;DR
|
||||
|
||||
```sh
|
||||
# Install the tool.
|
||||
apt install 'attr'
|
||||
dnf install 'attr'
|
||||
|
||||
# Add extended attributes.
|
||||
setfattr -n 'name' -v 'value' 'path/to/file.1' … 'path/to/file.N'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user