chown rejected from
Hello everybody,
I appreciate your help with this problem I have when trying to change file owner from 'root' to 'nobody' user:
[root@hostA] # id
uid=0(root) gid=1(other)
[root@hostA] # ls -al alarm
-rw-r--r--1 rootother 20 Jan 27 18:18 alarm
[root@hostA] # chown nobody:other alarm
chown: alarm: Not owner
[root@hostA] # pwd
/var/log/alarms
File is in a NFS:
From /etc/mnttab:
/dev/vx/dsk/DiskGroup/ALARMS /export/dirvxfsrw,suid,log,largefiles,cluster,ioerror=disable,crw,dev=39c6979 1139844377
ExtIntA:/export/dir/var/log/alarmsnfsrw,xattr,bg,dev=4500002 1139844439
From /etc/vfstab:
#device device mountFSfsckmountmount
#to mountto fsck pointtypepassat boot options
#
ExtIntA:/export/dir - /var/log/alarms nfs - yes rw,xattr,bg
What am i doing wrong, or overseeing? How can I change the owner from 'root:other' to 'nobody:other'?
Thanks,
JP.

