Open kpcyrd opened 6 years ago
We do not show . and .. in the ls -la output. This means it's not possible to get the permissions of the current directory and we would have to run ls -la ... This isn't possible for / though.
.
..
ls -la
ls -la ..
/
We do not show
.
and..
in thels -la
output. This means it's not possible to get the permissions of the current directory and we would have to runls -la ..
. This isn't possible for/
though.