I issued the command
sudo chmod 700 <directoryname>
in the hopes of getting the permissions for that directory to look like drwx------
Instead, they look like drwx--S---
Why does this happen and how do I go about removing the S
?
I issued the command
sudo chmod 700 <directoryname>
in the hopes of getting the permissions for that directory to look like drwx------
Instead, they look like drwx--S---
Why does this happen and how do I go about removing the S
?