> I'm trying to change the ownership of a file that I as user "oracle" own to > user "u55646" the following occurs
Short version: Linux does not allow non-privileged use of chown. You have to be root to do it. Longer version: Actually Linux supports capabilities. You can give the capability to use chown to a process. This would require a wrapper and the use of sudo for safety. It is much easier to use sudo directly for chown :) -- Guillaume Morin <[EMAIL PROTECTED]> IBM Poughkeepsie SAK Kernel Development
