系统调用和手册页面


¥System calls and man pages

封装系统调用的 Node.js 函数会在文档中描述。文档链接到对应的描述该系统调用的工作方式的帮助手册。

¥Node.js functions which wrap a system call will document that. The docs link to the corresponding man pages which describe how the system call works.

大多数 Unix 系统调用都有 Windows 类似物。尽管如此,行为的差异可能是不可避免的。

¥Most Unix system calls have Windows analogues. Still, behavior differences may be unavoidable.