I'm trying to give our "operator" id read access to a specific directory so they can view logs. "operator" is not the directory owner and they don't belong to the "intface" group
Directory:
drwxrws--- 2 oracle intface 512 Apr 13 09:09 testdir
Log files:
-rwxrwx--- 1 oracle intface 605 Apr 08 12:24 test.log
-rwxrwx--- 1 oracle intface 605 Apr 08 12:34 test1.log
I don't want to change all the higher directories to world-read, so what else can I try?
Directory:
drwxrws--- 2 oracle intface 512 Apr 13 09:09 testdir
Log files:
-rwxrwx--- 1 oracle intface 605 Apr 08 12:24 test.log
-rwxrwx--- 1 oracle intface 605 Apr 08 12:34 test1.log
I don't want to change all the higher directories to world-read, so what else can I try?