From ea97fbdfe0b672e9df4a42d90b561bc5474df94f Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Tue, 22 Aug 2023 20:25:56 +0200 Subject: [PATCH] fix: typo --- knowledge base/linux/tag files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knowledge base/linux/tag files.md b/knowledge base/linux/tag files.md index 495240b..274221e 100644 --- a/knowledge base/linux/tag files.md +++ b/knowledge base/linux/tag files.md @@ -1,6 +1,6 @@ # Tag files in GNU/Linux -The more native way is to use extended attributes.
+The most native way is to use extended attributes.
This allows to store the information within the file in its "filesystem entry", and it stays with the file when one moves it on the drive. Query them with [`getfattr`][getfattr].