Multiple choice technology programming languages How to create devices/device files in Linux mkdev mknod lndev 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.