Adding oracle user to group
We have an NFS directory that needs to be read from and written to by two different processes: oracle and myapp. Currently we have set the directory permissions to be 777 (universal read, write and execute) on the directory to allow this to work.…