OnITRoad - man2
IOPRIO_SET - Linux手册页
IOPRIO_SET - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-03-06 名称 ioprio_get,ioprio_set-获取/设置I / O调度类和优先级 语法 int ioprio_get(int which, int who); int ioprio_set(int which, int who, int ioprio); 注意:这些系统调用没有
Views:0 2019-08-20
IOPRIO_SET - Linux手册页
IOPRIO_SET - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-03-06 名称 ioprio_get,ioprio_set-获取/设置I / O调度类和优先级 语法 int ioprio_get(int which, int who); int ioprio_set(int which, int who, int ioprio); 注意:这些系统调用没有
Views:0 2019-08-20
IPC - Linux手册页
IPC - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-08-02 名称 ipc-系统V IPC系统调用 语法 int ipc(unsigned int call, int first, int second, int third, void *ptr, long fifth); 说明 ipc()是System V IPC调用消息,信号量和共
Views:0 2019-08-20
UNIMPLEMENTED - Linux手册页
UNIMPLEMENTED - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 afs_syscall,break,fattach,fdetach,ftime,getmsg,getpmsg,gtty,isastream,锁,madvise1,mpx,prof,profil,putmsg,putpmsg,安全性,stty,tuxcall,ulimit,v
Views:0 2019-08-20
KCMP - Linux手册页
KCMP - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 kcmp-比较两个进程以确定它们是否共享内核资源 语法 #include <linux/kcmp.h> int kcmp(pid_t pid1, pid_t pid2, int type, unsigned long idx1, unsigned long
Views:0 2019-08-20
KEXEC_LOAD - Linux手册页
KEXEC_LOAD - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-03-06 名称 kexec_load,kexec_file_load-加载新内核以供以后执行 语法 #include <linux/kexec.h> long kexec_load(unsigned long entry, unsigned long nr_segments,
Views:0 2019-08-20
KEXEC_LOAD - Linux手册页
KEXEC_LOAD - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-03-06 名称 kexec_load,kexec_file_load-加载新内核以供以后执行 语法 #include <linux/kexec.h> long kexec_load(unsigned long entry, unsigned long nr_segments,
Views:0 2019-08-20
KEYCTL - Linux手册页
KEYCTL - Linux手册页 Section: Linux Key Management Calls (2) 更新日期: 2020-06-09 名称 keyctl-操纵内核的密钥管理工具 语法 #include <sys/types.h> #include <keyutils.h> long keyctl(int operation, ...) /* Fo
Views:0 2019-08-20
KILL - Linux手册页
KILL - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-10-10 名称 kill-向进程发送信号 语法 #include <sys/types.h> #include <signal.h> int kill(pid_t pid, int sig); glibc的功能测试宏要求(请参阅feature_test_macros(7)):
Views:0 2019-08-20
CHOWN - Linux手册页
CHOWN - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 chown,fchown,lchown,fchownat-更改文件的所有权 语法 #include <unistd.h> int chown(const char *pathname, uid_t owner, gid_t group); int fchown(int f
Views:0 2019-08-20
CHOWN - Linux手册页
CHOWN - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 chown,fchown,lchown,fchownat-更改文件的所有权 语法 #include <unistd.h> int chown(const char *pathname, uid_t owner, gid_t group); int fchown(int f
Views:0 2019-08-20
GETXATTR - Linux手册页
GETXATTR - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 getxattr,lgetxattr,fgetxattr-检索扩展的属性值 语法 #include <sys/types.h> #include <sys/xattr.h> ssize_t getxattr(const char *path, const
Views:0 2019-08-20
LINK - Linux手册页
LINK - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 link,linkat-为文件命名 语法 #include <unistd.h> int link(const char *oldpath, const char *newpath); #include <fcntl.h> /* Defin
Views:0 2019-08-20
LINK - Linux手册页
LINK - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 link,linkat-为文件命名 语法 #include <unistd.h> int link(const char *oldpath, const char *newpath); #include <fcntl.h> /* Defin
Views:0 2019-08-20
LISTEN - Linux手册页
LISTEN - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 listen-监听套接字上的连接 语法 #include <sys/types.h> /* See NOTES */ #include <sys/socket.h> int listen(int sockfd, int backlog);
Views:0 2019-08-20
LISTXATTR - Linux手册页
LISTXATTR - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 listxattr,llistxattr,flistxattr-列出扩展属性名称 语法 #include <sys/types.h> #include <sys/xattr.h> ssize_t listxattr(const char *path,
Views:0 2019-08-20