@StephenKitt의 의견에 따라 책은 구식이어야합니다. MAKEDEV 스크립트의 이름이 모든 대문자로 표기된 이유는 무엇입니까?를 참조하십시오 . .
실제로 MAKEDEV
입니다 /sbin/
. 매뉴얼 페이지에서 :
Name
MAKEDEV - create devices
Synopsis
/sbin/MAKEDEV -V
/sbin/MAKEDEV [ -d directory ] [ -D directory ] [ -c configdir ] [ -m maxdevices ] [-a] [-n] [-v] [-i] [-M] [-S] [-u] [-x] " device ..."
Description
MAKEDEV is a program that will create the devices in /dev used to interface
with drivers in the kernel.
Note that programs giving the error ''ENOENT: No such file or directory''
normally means that the device file is missing, whereas ''ENODEV: No such
device'' normally means the kernel does not have the driver configured or loaded.