Operating System - HP-UX
1752795 Members
6274 Online
108789 Solutions
New Discussion

Re: Clone database problem

 
SOLVED
Go to solution
Eric Antunes
Honored Contributor

Re: Clone database problem

Also, try this:

$cd /
$chmod -R u1
Each and every day is a good day to learn.
Eric Antunes
Honored Contributor

Re: Clone database problem

Sorry, here the right "chmod" command:

$cd /
$chmod -R u+rwx u1
Each and every day is a good day to learn.