引用《Linux Kernel Development》原书里面的一句话
in Unix, everything is a file.This simplifies the manipulation of data and devices into a set of core system calls: open(), read(), write(), lseek(), and close().in Unix,
引用《Linux Kernel Development》原书里面的一句话
in Unix, everything is a file.This simplifies the manipulation of data and devices into a set of core system calls: open(), read(), write(), lseek(), and close().in Unix,