Multiple choice technology programming languages

How to create devices/device files in Linux

  1. mkdev

  2. mknod

  3. lndev

  4. None

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The mknod command is used to create device files (special files) in Linux, which represent device drivers or system resources. mkdev and lndev are not standard Linux commands for this purpose.