From 04ea6efd0c80e773c50f10cc9e9bb27cb1b6e1b0 Mon Sep 17 00:00:00 2001 From: htpeng Date: Fri, 4 Jul 2025 09:58:09 +0000 Subject: [PATCH] # chown root.root /etc/bashrc chown: warning: '.' should be ':': "root.root" Signed-off-by: htpeng --- .../security/secharden/authentication_and_authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/server/security/secharden/authentication_and_authorization.md b/docs/zh/server/security/secharden/authentication_and_authorization.md index 3519e68c..0eba659c 100644 --- a/docs/zh/server/security/secharden/authentication_and_authorization.md +++ b/docs/zh/server/security/secharden/authentication_and_authorization.md @@ -80,7 +80,7 @@ umask值用于为用户新创建的文件和目录设置缺省权限。如果uma ``` >![](./public_sys-resources/icon-note.gif) **说明:** - >_$FILE_ 为具体的文件名,例如:chown root.root /etc/bashrc + >_$FILE_ 为具体的文件名,例如:chown root:root /etc/bashrc ## 设置GRUB2加密口令 -- Gitee