long sysconf (int
name);
long pathconf (const char *pathname, int name);
long fpathconf (int filedes, int name);
守护进程:
在后台运行且不与终端相连的一种进程。常常在系统自举时启动,仅在系统关闭时才停止。
long pathconf (const char *pathname, int name);
long fpathconf (int filedes, int name);
守护进程:
在后台运行且不与终端相连的一种进程。常常在系统自举时启动,仅在系统关闭时才停止。
本文介绍了三个用于获取系统配置信息的函数:sysconf, pathconf 和 fpathconf,并解释了守护进程的概念及其特点。

被折叠的 条评论
为什么被折叠?



