Operating System - HP-UX
1755370 Members
3923 Online
108832 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.