Free LPI 702-100 Actual Exam Questions - Question 13 Discussion

Question No. 13
What FreeBSD and NetBSD command manages services started at boot time? (Specify ONLY the
command without any path or parameters.)
702-100 practice exam questions
US
BQ
Bilal Q.
2026-02-16

I’d say rcctl fits better for FreeBSD since it’s designed for boot service control specifically. NetBSD mostly uses rc.d scripts directly or rcorder, so rcctl might not be the answer for both.

0
SA
Saad A.
2026-02-10

I’m going with service too because it’s the common command that both FreeBSD and NetBSD support for managing services at boot. rcctl is definitely more FreeBSD-specific and isn’t available on NetBSD by default. Since the question asks for a single command for both, service fits best. It’s the standard wrapper for rc.d scripts on both systems, so it makes sense here.

0
BA
Bilal A.
2026-02-09

service also works as a generic interface on both systems for boot services.

0
BA
Bilal A.
2026-02-09

service is the safe bet since both support it for managing boot services.

0
BA
Bilal A.
2026-01-29

I think the answer is service here. Both FreeBSD and NetBSD use the "service" command to start, stop, and manage services, including those at boot time. rcctl is more FreeBSD-specific for boot-time service control, but NetBSD relies on service plus its rc.d scripts. Since the question asks for a command common to both, service fits best. It’s also straightforward without any paths or extra parameters, matching what they wanted.

0
KZ
Kevin Z.
2026-01-25

I think the key here is that both systems use the rc.d framework, so the common command would be just "service". FreeBSD has rcctl for managing services at boot, but NetBSD doesn’t use rcctl. Instead, it uses the generic "service" command or scripts in /etc/rc.d to control startup services. So "service" fits both better than rcctl. If the question wants a single command valid on both, "service" makes sense.

0
KZ
Kevin Z.
2026-01-19

rcctl is mainly for FreeBSD; NetBSD typically uses rc.d scripts but the command to manage them at boot isn’t rcctl. So I’d rule out rcctl if the question wants one command for both.

0
PO
Peter O.
2026-01-16

rcctl

0