How would you run named inside a chroot jail as user nobody and group nogroup?

Posted by: Pdfprep Category: 201-450 Tags: , ,

How would you run named inside a chroot jail as user nobody and group nogroup?
A . Add "user nobody; group nogroup; chroot /var/named/root" to named.conf
B . named runs as nobody/nogroup by default, so just invoke it as "name –chroot /var/named/root"
C . Use /usr/bin/chroot after running "chown nobody.nogroup named"
D . Invoke named as "named -t /var/named/root -u nobody"

Answer: D

Leave a Reply

Your email address will not be published.