루트 사용자에게 자신의 홈 디렉터리에 대한 "w" 권한이 없는 이유는 무엇입니까?

루트 사용자에게 자신의 홈 디렉터리에 대한 "w" 권한이 없는 이유는 무엇입니까?

저는 오라클 리눅스 7.6을 사용하고 있습니다. 이 사용자는 root분명히 자신의 홈 디렉토리에 대한 쓰기 권한을 가지고 있습니다 /root. 그런데 왜 /root모드 비트가 dr-xr-x---.대신 표시됩니까 drwxr-x---.?

root:[~]# cat /etc/*release*
Oracle Linux Server release 7.6
NAME="Oracle Linux Server"
VERSION="7.6"
ID="ol"
VARIANT="Server"
VARIANT_ID="server"
VERSION_ID="7.6"
PRETTY_NAME="Oracle Linux Server 7.6"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:oracle:linux:7:6:server"
HOME_URL="https://linux.oracle.com/"
BUG_REPORT_URL="https://bugzilla.oracle.com/"

ORACLE_BUGZILLA_PRODUCT="Oracle Linux 7"
ORACLE_BUGZILLA_PRODUCT_VERSION=7.6
ORACLE_SUPPORT_PRODUCT="Oracle Linux"
ORACLE_SUPPORT_PRODUCT_VERSION=7.6
Red Hat Enterprise Linux Server release 7.6 (Maipo)
Oracle Linux Server release 7.6
cpe:/o:oracle:linux:7:6:server
root:[~]#
root:[~]# pwd
/root
root:[~]# ls -lad .
dr-xr-x---. 9 root root 4096 Aug 16 21:37 .
root:[~]#


root:[~]# cd /
root:[/]#
root:[/]#
root:[/]# getfacl root
# file: root
# owner: root
# group: root
user::r-x
group::r-x
other::--x

root:[/]#

관련 정보