Is there a way to check the permissions of the root folder, /? I mean the folder's permissions, not its content's (/var, /usr, etc.) permissions? Running ls /..
shows the content's permissions.
Take the 2-minute tour
×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
||||
add comment |
You can also use the
From
|
|||||
|
It will give you the permissions. |
|||||||||||||||||||||
|
Use the
The first line (
|
|||||||||||||||||||||
|
-l
option:ls -l /
– sgmart 2 days ago