Free LPI 702-100 Actual Exam Questions - Question 10 Discussion
(Specify the full name of the file including path)

I trust /etc/printers too, it fits the classic BSD ipr setup better.
I think /etc/printers is the solid choice here. The ipr system on BSD traditionally uses that file to list available printers. The printers.conf file is more tied to CUPS or other newer printing systems, which isn’t what ipr uses. So if the question wants the file tied directly to ipr, /etc/printers fits best.
I think it’s /etc/printers because ipr uses that file to list printers. /etc/printers.conf sounds more like CUPS or other systems, so it doesn’t fit ipr exactly.
I’d say /etc/printers is the right file since ipr typically uses that to define printers, not /etc/printers.conf which is more common in other systems. The full path is important here.
I’d pick /etc/printers.conf since that’s often used for Ipr setups, not /etc/printcap which is more for lpr. The question wants the full path, so that fits best.
I think it’s /etc/printers, since Ipr uses that file to list available printers, unlike lpr’s /etc/printcap. The full path is important here.
The question says Ipr system, so probably not /etc/printcap but something like /etc/printers.conf?
I think the key here is the classic BSD lpr system, not newer systems like CUPS. So the file that lists printers should be /etc/printcap. That’s the traditional print capability database for BSD, defining available printers and their settings. It makes more sense than /etc/printers.conf, which is usually associated with other systems or Linux variants. The question also says “available by the Ipr printing system,” which aligns with the old printcap style files.
It can't be /dev/printers since that's device files, so /etc/printers.conf fits better.
It's not /dev/printers since that's for device files. The config for available printers should be /etc/printers.conf, which is standard for BSD systems using lpr.
/dev/printers? Seen something like /etc/printers.conf before.