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);
守护进程:
在后台运行且不与终端相连的一种进程。常常在系统自举时启动,仅在系统关闭时才停止。