Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

"Permission denied" when access another user's home directory

IsabellaCOct 15 2018 — edited Oct 24 2018

Hi, there,

We have an Oracle Linux 7.3 server.

I just got the following problem.  Both user "oracle" and "psoft" home directory, the mod are 744, login as user "oracle", to list the directory /home/psoft, we got " permission denied"  and display with question marks.

I searched all oracle support and internet, I did not find similar case.

Does anybody know the issues?

I appreciate for your help!

[oracle@pstst2 home]$ cat /etc/system-release

Oracle Linux Server release 7.3

[oracle@pstst2 home]$ ls -al

total 168

drwxr--r--  25 oracle   dba       4096 Oct 15 11:34 oracle

drwxr--r--  24 psoft    dba       4096 Oct 11 12:54 psoft

[oracle@pstst2 home]$ id

uid=54321(oracle) gid=54322(dba) groups=54322(dba),54321(oinstall),54324(oper)

[oracle@pstst2 home]$ ls -al psoft/

ls: cannot access psoft/java1.log: Permission denied

ls: cannot access psoft/.cache: Permission denied

ls: cannot access psoft/.bash_logout: Permission denied

ls: cannot access psoft/java11.log: Permission denied

ls: cannot access psoft/.: Permission denied

ls: cannot access psoft/PS_CACHE: Permission denied

...................

ls: cannot access psoft/Documents: Permission denied

ls: cannot access psoft/java8.log.lck: Permission denied

total 0

d????????? ? ? ? ?            ? .

d????????? ? ? ? ?            ? ..

-????????? ? ? ? ?            ? .bash_history

-????????? ? ? ? ?            ? .bash_logout

-????????? ? ? ? ?            ? .bash_profile

-????????? ? ? ? ?            ? .bashrc

d????????? ? ? ? ?            ? bea

d????????? ? ? ? ?            ? .cache

-????????? ? ? ? ?            ? .com.zerog.registry.xml

d????????? ? ? ? ?            ? .config

d????????? ? ? ? ?            ? create_hcp1

......................

Comments
Post Details
Added on Oct 15 2018
8 comments
17,771 views