On Thursday 10 December 2015, Yoss@xxxxxxx wrote: > Additional notes: > The problem seem to be more complex, because if a 'echo "test" >> > /etc/testa' is used, it works. But after a change with vi, echo > doesn't works too. Practical background is the use of mount --bind in > a bind (named) chroot environment. A change of /etc/named.conf will > not result in an update of /var/named/chroot/etc/named.conf. Why don't you use a hardlink? $ cp -al /etc/named.conf /var/named/chroot/etc/named.conf Then vim will automatically change it's behavior and saves changes in-place. cu, Rudi -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html