diff --git a/docs/zh/server/security/secharden/authentication_and_authorization.md b/docs/zh/server/security/secharden/authentication_and_authorization.md index 607d8f8487fd5c5b468edced8ce7110f9af099c0..0eba659cc3e53c86071e3750d6bbf8173548dc76 100644 --- a/docs/zh/server/security/secharden/authentication_and_authorization.md +++ b/docs/zh/server/security/secharden/authentication_and_authorization.md @@ -76,11 +76,11 @@ umask值用于为用户新创建的文件和目录设置缺省权限。如果uma 2. 设置/etc/bashrc文件和/etc/profile.d/目录下所有文件的属主为root,群组为root。 ```shell - chown root.root $FILE + chown root:root $FILE ``` >![](./public_sys-resources/icon-note.gif) **说明:** - >_$FILE_ 为具体的文件名,例如:chown root.root /etc/bashrc + >_$FILE_ 为具体的文件名,例如:chown root:root /etc/bashrc ## 设置GRUB2加密口令