Courseiva
Devices, Filesystems and FHSmediumMultiple SelectObjective-mapped

LPIC-1 Devices, Filesystems and FHS Practice Question

Which TWO statements about udev rules are correct? (Choose two.)

⚠ Common exam trap

Many exam-takers confuse 'udevadm verify' with a real command, but the LPIC-1 exam tests knowledge of the actual udevadm subcommands, and 'verify' is not one of them.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Custom udev rules should be placed in /etc/udev/rules.d/.

Custom udev rules are placed in /etc/udev/rules.d/ to override or supplement the default rules in /lib/udev/rules.d/. This directory is the standard location for system administrators to add persistent device naming or custom actions without modifying distribution-provided files.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Custom udev rules should be placed in /etc/udev/rules.d/.

    Why this is correct

    Sysadmin rules go in /etc/udev/rules.d/.

  • Udev rules are only applied at boot time.

    Why it's wrong here

    Rules are applied when devices are added/removed, not only at boot.

  • Udev rules can be used to schedule periodic tasks via cron.

    Why it's wrong here

    Udev handles device events, not periodic scheduling.

  • Rules can match on attributes such as vendor ID and product ID.

    Why this is correct

    Udev rules can use ATTRS to match USB vendor and product IDs.

  • The 'udevadm verify' command tests rule syntax.

    Why it's wrong here

    The correct command is 'udevadm test' to simulate rule execution.

About these practice questions

Courseiva writes every LPIC-1 question from scratch — 527 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This LPIC-1 practice question is part of Courseiva's free LPI certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the LPIC-1 exam.