Was sind die Standardberechtigungen für /root?

Was sind die Standardberechtigungen für /root?

Da ich nicht wusste, in welchem ​​Verzeichnis ich mich befand, habe ich in /root ein "chmod 777" ausgeführt. Jetzt möchte ich die Berechtigungen für /root auf die Standardeinstellungen zurücksetzen. Kann mir bitte jemand die korrekten Standardberechtigungen für /root nennen? Sollten es 700 sein?

Antwort1

drwx------   4 root     root      4096 okt 29 20:00 root

Dateien in /root/:

drwx------  4 root root 4096 okt 29 20:00 .
drwxr-xr-x 23 root root 4096 okt 25 22:34 ..
-rw-r--r--  1 root root 3106 okt 28  2012 .bashrc
drwx------  4 root root 4096 okt 29 20:00 .config
drwx------  3 root root 4096 okt 29 20:00 .dbus
-rw-r--r--  1 root root  140 okt 28  2012 .profile

verwandte Informationen