1828881 Members
2727 Online
109985 Solutions
New Discussion

chown

 
SOLVED
Go to solution
Wamaitha
Frequent Advisor

chown

Hello,
i create a filesystem called /opt/oracle -- it is owned by root -- how do i change the ownership to oracle:dba

thanks in advance
2 REPLIES 2
Pupil_1
Trusted Contributor
Solution

Re: chown

1st place to look is the manpage for chown!! It would have saved you the time !

chown oracle:dba /opt/oracle
There is always something new to learn everyday !!
Wamaitha
Frequent Advisor

Re: chown

thanks -- it has been 1 of them days where things are just not working -- thanks all the same