Linux 列表 - 第 69 页

GETHOSTNAME - Linux手册页

GETHOSTNAME - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-10-10 名称 gethostname,sethostname-获取/设置主机名 语法 #包括 int gethostname(char *名称,size_t len); int sethostname(const char * name,size_t len); glibc的功能测试宏要

Views:0  2019-08-20

GETITIMER - Linux手册页

GETITIMER - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 getitimer,setitimer-获取或设置间隔计时器的值 语法 #include <sys/time.h> int getitimer(int which, struct itimerval *curr_value); int setitimer(int

Views:0  2019-08-20

SETNS - Linux手册页

SETNS - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-08-13 名称 setns-将线程与名称空间重新关联 语法 #define _GNU_SOURCE /* See feature_test_macros(7) */ #include <sched.h> int setns(int fd, int nstype);

Views:0  2019-08-20

SETPGID - Linux手册页

SETPGID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 setpgid,getpgid,setpgrp,getpgrp-设置/获取进程组 语法 #包括 #包括 int setpgid(pid_t pid,pid_t pgid); pid_t getpgid(pid_t pid); pid_t getpgrp(void); / * POS

Views:0  2019-08-20

SETPGID - Linux手册页

SETPGID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 setpgid,getpgid,setpgrp,getpgrp-设置/获取进程组 语法 #包括 #包括 int setpgid(pid_t pid,pid_t pgid); pid_t getpgid(pid_t pid); pid_t getpgrp(void); / * POS

Views:0  2019-08-20

GETPRIORITY - Linux手册页

GETPRIORITY - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 getpriority,setpriority-获取/设置程序调度优先级 语法 #包括 #包括 int getpriority(int which,id_t who); int setpriority(int which,id_t who,int prio); 说明 流

Views:0  2019-08-20

SETREUID - Linux手册页

SETREUID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 setreuid,setregid-设置真实和/或有效的用户或组ID 语法 #包括 #包括 int setreuid(uid_t ruid,uid_t euid); int setregid(gid_t rgid,gid_t egid); glibc的功能测试宏要求(请参阅fea

Views:0  2019-08-20

SETREUID - Linux手册页

SETREUID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 setreuid,setregid-设置真实和/或有效的用户或组ID 语法 #包括 #包括 int setreuid(uid_t ruid,uid_t euid); int setregid(gid_t rgid,gid_t egid); glibc的功能测试宏要求(请参阅fea

Views:0  2019-08-20

SETRESUID - Linux手册页

SETRESUID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 setresuid,setresgid-设置真实,有效和已保存的用户或组ID 语法 #定义_GNU_SOURCE / 参见feature_test_macros(7) / #包括 int setresuid(uid_t ruid,uid_t euid,uid_t suid);

Views:0  2019-08-20

SETRESUID - Linux手册页

SETRESUID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 setresuid,setresgid-设置真实,有效和已保存的用户或组ID 语法 #定义_GNU_SOURCE / 参见feature_test_macros(7) / #包括 int setresuid(uid_t ruid,uid_t euid,uid_t suid);

Views:0  2019-08-20

SETRESUID - Linux手册页

SETRESUID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 setresuid,setresgid-设置真实,有效和已保存的用户或组ID 语法 #定义_GNU_SOURCE / 参见feature_test_macros(7) / #包括 int setresuid(uid_t ruid,uid_t euid,uid_t suid);

Views:0  2019-08-20

SETRESUID - Linux手册页

SETRESUID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 setresuid,setresgid-设置真实,有效和已保存的用户或组ID 语法 #定义_GNU_SOURCE / 参见feature_test_macros(7) / #包括 int setresuid(uid_t ruid,uid_t euid,uid_t suid);

Views:0  2019-08-20

SETREUID - Linux手册页

SETREUID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 setreuid,setregid-设置真实和/或有效的用户或组ID 语法 #包括 #包括 int setreuid(uid_t ruid,uid_t euid); int setregid(gid_t rgid,gid_t egid); glibc的功能测试宏要求(请参阅fea

Views:0  2019-08-20

SETREUID - Linux手册页

SETREUID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 setreuid,setregid-设置真实和/或有效的用户或组ID 语法 #包括 #包括 int setreuid(uid_t ruid,uid_t euid); int setregid(gid_t rgid,gid_t egid); glibc的功能测试宏要求(请参阅fea

Views:0  2019-08-20

GETRLIMIT - Linux手册页

GETRLIMIT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 getrlimit,setrlimit,prlimit-获取/设置资源限制 语法 #包括 #包括 int getrlimit(int resource,struct rlimit * rlim); int setrlimit(int resource,const struct

Views:0  2019-08-20

SETSID - Linux手册页

SETSID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 setsid-创建会话并设置进程组ID 语法 #包括 #包括 pid_t setsid(void); 说明 如果调用进程不是进程组负责人,则setsid()将创建一个新会话。调用进程是新会话的领导者(即,其会话ID与进程ID相同)。调用进程也将成为会话中新进程组的进程组负责人(即

Views:0  2019-08-20