summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2022-04-28 09:07:14 -0700
committerGitHub <noreply@github.com>2022-04-28 09:07:14 -0700
commit0f26468e815ba8ac7f87b838cb6eca3d8fa88e3e (patch)
treee0255d8d8a7a2041e51078f54c2820f8455bc467
parentf033e38c4f5d28bfafdd0f1b45957a92850c383d (diff)
parent13aea2160b29d3eda87b614a6fca9ad873e44e11 (diff)
downloadxattr-0f26468e815ba8ac7f87b838cb6eca3d8fa88e3e.tar.gz
Merge pull request #103 from akira-kurogane/patch-3
README edit to contrast xattr to getfattr etc.
-rw-r--r--README.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index a1de1fb..597d830 100644
--- a/README.rst
+++ b/README.rst
@@ -6,6 +6,11 @@ xattr
xattr is a Python wrapper for extended filesystem attributes.
+xattr also ships with an `xattr` command line tool for viewing and
+editing extended filesystem attributes. On platforms that support or
+ship with the attr package, you may prefer to use the `getfattr`
+and `setfattr` command line tools from the attr package.
+
Extended attributes extend the basic attributes of files and directories
in the file system. They are stored as name:data pairs associated with
file system objects (files, directories, symlinks, etc).