Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 1
    after mount , when i write chown -R oracle:oinstall /orabackup , this error is raised : [root@it ~]# chown -R oracle:oinstall /orabackup/ chown: changing ownership of `/orabackup/': Permission denied Commented Jan 2, 2016 at 6:04
  • 1
    I agree with monsune: the fact that your NFS server is Windows-based complicates matters.  Can you look into the documentation of the NFS server software to see whether there is any way to change the ownership of the directory from the Windows box, and/or to allow the "root" user on the client to have full access to the shared folder? Commented Jan 2, 2016 at 6:23
  • root user can read and write on this directory . but i want to get permission to oracle user . Commented Jan 2, 2016 at 6:34
  • My point is that, according to your previous comment, root doesn't have permission to do chown.  Maybe "full access" was the wrong way to phrase that; I meant "full rights" or "full privileges". Commented Jan 2, 2016 at 16:45