Jeff Hanson:
> Ownership handled the same as permissions?

As you might know, to test permission, ownership is referenced at the
same time.


> find /srv/wine/wine-Diablo_II -type d -exec chmod ugo+rwX '{}' \;
> find /srv/wine/wine-Diablo_II -type f -exec chmod ugo+rwX '{}' \;

I'd suggest you to do it carefully.
- giving unnecessary permission bits can be a problem for security.
- As you did "chown -R", you will be able to run "chmod -R" here.


J. R. Okajima

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb

Reply via email to