From f3ebb847958990b4289994ace567191b00ecf41d Mon Sep 17 00:00:00 2001 From: Pranaov S <148376495+pranaovs@users.noreply.github.com> Date: Fri, 6 Jun 2025 00:39:22 +0000 Subject: [PATCH] setfacl: fix incorrect shorthand argument for --remove-all (#16783) The shorthand for --remove-all is -b, and not -X --- pages/linux/setfacl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/setfacl.md b/pages/linux/setfacl.md index 7b9692157a..0ce2ae06d5 100644 --- a/pages/linux/setfacl.md +++ b/pages/linux/setfacl.md @@ -17,4 +17,4 @@ - Remove all ACL entries of a file: -`setfacl {{[-X|--remove-all]}} {{path/to/file_or_directory}}` +`setfacl {{[-b|--remove-all]}} {{path/to/file_or_directory}}`