I need to change the file permissions and ownership on a directory and above the directory. after the change the directory had permissions for other with a capital "S". What does that mean and why did this happen ?
example:
drwx--S--- 2 oracle dba 1024 Feb 15 00:14 export
drwx--S--- 2 oracle dba 1024 Feb 15 10:14 arch
Changed these directories using "chmod 700 *" and this happened.
example:
drwx--S--- 2 oracle dba 1024 Feb 15 00:14 export
drwx--S--- 2 oracle dba 1024 Feb 15 10:14 arch
Changed these directories using "chmod 700 *" and this happened.