Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Changing Oracle gid and uid?
Mark Bole wrote:
>Exactly. Who besides root (UID=0) can perform a chown? So, as shown
>correctly in the steps I listed, you should not have to re-set any
>setuid bits to successfully change the ownership of oracle software.
/tmp$ ll xxx
----rws--x 1 oracle dba 0 Oct 12 11:10 xxx
/tmp$ chmod 6071 xxx
/tmp$ ll xxx
---Srws--x 1 oracle dba 0 Oct 12 11:10 xxx
/tmp$ chown jeg xxx
/tmp$ ll xxx
----rwx--x 1 jeg dba 0 Oct 12 11:10 xxx
/tmp$ whoami
oracle
Joel Garry
http://www.garry.to
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Oct 12 2005 - 13:28:18 CDT
![]() |
![]() |