Zoning permission problem when installing software

hi all
i am working on zone and when i try to install software
i face read and write permisssion on directory which zonning inherit from them
so how can i add read and write permission to zone already running

If the owner of the sone cannot do it, the root can usually do it. Does "chmod u+rw inherited_dir" error out?

Some applications want to write to system file dirs, but you can send them to your own dirs using advanced install options. I have a ~/local/ full of stuff I installed as a user.

1 Like

thanks DGPickett for your reply
i change permission and it is working find
now i have zone up and running and i installed weblogic server on it
and it working find
really thanks you again

Yes, UNIX is like that - you have the power, but not to do it accidentally!