系统调用与帮助手册


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

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

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.

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