OnITRoad - man2

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

FLOCK - Linux手册页

FLOCK - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 flock-在打开的文件上应用或删除咨询锁 语法 #include <sys/file.h> int flock(int fd, int operation); 说明 在fd指定的打开文件上应用或删除咨询锁。参数操作是以下之一: LOCK_SH 放置一个共享锁。一

Views:0  2019-08-20

FORK - Linux手册页

FORK - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 fork-创建一个子进程 语法 #包括 #包括 pid_t fork(无效); 说明 fork()通过复制调用过程来创建一个新过程。新进程称为子进程。调用过程称为父进程。 子进程和父进程在单独的内存空间中运行。在fork()时,两个内存空间具有相同的内容。其中一个进程执行的内存写入,

Views:0  2019-08-20

ALLOC_HUGEPAGES - Linux手册页

ALLOC_HUGEPAGES - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 alloc_hugepages,free_hugepages-分配或释放大页面 语法 void *alloc_hugepages(int key, void *addr, size_t len, int prot, int

Views:0  2019-08-20

REMOVEXATTR - Linux手册页

REMOVEXATTR - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-03-06 名称 removexattr,lremovexattr,fremovexattr-删除扩展属性 语法 #include <sys/types.h> #include <sys/xattr.h> int removexattr(const char *pa

Views:0  2019-08-20

SETXATTR - Linux手册页

SETXATTR - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-08-02 名称 setxattr,lsetxattr,fsetxattr-设置扩展属性值 语法 #include <sys/types.h> #include <sys/xattr.h> int setxattr(const char *path, const char

Views:0  2019-08-20

STAT - Linux手册页

STAT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-08-13 名称 stat,fstat,lstat,fstatat-获取文件状态 语法 #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> int stat(const char *path

Views:0  2019-08-20

STAT - Linux手册页

STAT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-08-13 名称 stat,fstat,lstat,fstatat-获取文件状态 语法 #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> int stat(const char *path

Views:0  2019-08-20

STAT - Linux手册页

STAT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-08-13 名称 stat,fstat,lstat,fstatat-获取文件状态 语法 #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> int stat(const char *path

Views:0  2019-08-20

STAT - Linux手册页

STAT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-08-13 名称 stat,fstat,lstat,fstatat-获取文件状态 语法 #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> int stat(const char *path

Views:0  2019-08-20

STATFS - Linux手册页

STATFS - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 statfs,fstatfs-获取文件系统统计信息 语法 #include / 或 / int statfs(const char * path,struct statfs * buf); int fstatfs(int fd,struct statfs * buf); 说明 s

Views:0  2019-08-20

STATFS - Linux手册页

STATFS - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 statfs,fstatfs-获取文件系统统计信息 语法 #include / 或 / int statfs(const char * path,struct statfs * buf); int fstatfs(int fd,struct statfs * buf); 说明 s

Views:0  2019-08-20

FSYNC - Linux手册页

FSYNC - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 fsync,fdatasync-将文件的核心状态与存储设备同步 语法 #包括 int fsync(int fd); int fdatasync(int fd); glibc的功能测试宏要求(请参阅feature_test_macros(7)): fsync(): Glibc 2.16及

Views:0  2019-08-20

TRUNCATE - Linux手册页

TRUNCATE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-03-06 名称 truncate, ftruncate-将文件截断为指定的长度 语法 #include <unistd.h> #include <sys/types.h> int truncate(const char *path, off_t length); int

Views:0  2019-08-20

TRUNCATE - Linux手册页

TRUNCATE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-03-06 名称 truncate, ftruncate-将文件截断为指定的长度 语法 #include <unistd.h> #include <sys/types.h> int truncate(const char *path, off_t length); int

Views:0  2019-08-20

FUTEX - Linux手册页

FUTEX - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 futex-快速的用户空间锁定 语法 #include <linux/futex.h> #include <sys/time.h> int futex(int *uaddr, int futex_op, int val, const str

Views:0  2019-08-20