When I call chmod on a new FreeBSD 9.2 server with ZFS on a directory that I am not an owner, I get
It works fine (no error message is written) on FreeBSD 7.2, 8.2, 9.2-RC4 with UFS as well as on 8.x with ZFS. Has the behavior changed with FreeBSD 9.2+ZFS or is it something specific to my configuration? Thanks for any tips.
Operation not permitted even when I am setting the same permissions.
Code:
user1@server:~ % uname -srmi
FreeBSD 9.2-RELEASE amd64 GENERIC
user1@server:~ % ls -ld /var/log
drwxr-xr-x 3 root wheel 27 Nov 4 01:00 /var/log
user1@server:~ % chmod 750 /var/log
chmod: /var/log: Operation not permitted
It works fine (no error message is written) on FreeBSD 7.2, 8.2, 9.2-RC4 with UFS as well as on 8.x with ZFS. Has the behavior changed with FreeBSD 9.2+ZFS or is it something specific to my configuration? Thanks for any tips.