group の変更

[root@test3 etc]# ls -l named.conf
lrwxrwxrwx 1 root root  32 10月  1 23:17 named.conf -> /var/named/chroot/etc/named.conf

named.conf のgroupをbanedに変更したがいが…

[root@test3 etc]# chgrp named named.conf
[root@test3 etc]# ls -l named.conf
lrwxrwxrwx 1 root root  32 10月  1 23:17 named.conf -> /var/named/chroot/etc/named.conf
[root@test3 etc]#

できない… って思ってたけど

シンボリックリンクだから -h オプションをつけないとダメですね…

[root@test3 etc]# chgrp -h named.conf
[root@test3 etc]# ls -l named.conf
lrwxrwxrwx 1 root named 32 10月  1 23:17 named.conf -> /var/named/chroot/etc/named.conf