group permissions problem
I have user oracle who has access to /oraclework.
These are the permissions from ls -al:
drwxrwxrwx 2 oracle oinstall 131072 Dec 2 13:01 oraclework
I add a new user called ftp like this and cannot access oraclework and all permissions look good.
useradd -d /oraclework -G oinstall ftp
I get permission denied. Any reason why? The group has read/write access....
Thanks
|