OnITRoad - man2
FALLOCATE - Linux手册页
FALLOCATE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-11-19 名称 fallocate-操作文件空间 语法 #define _GNU_SOURCE /* See feature_test_macros(7) */ #include <fcntl.h> int fallocate(int fd, int mo
Views:0 2019-08-20
FANOTIFY_INIT - Linux手册页
FANOTIFY_INIT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 fanotify_init-创建和初始化fanotify组 语法 #包括 #包括 int fanotify_init(unsigned int标志,unsigned int event_f_flags); 说明 有关fanotify API的概述,请参见fanoti
Views:0 2019-08-20
FANOTIFY_MARK - Linux手册页
FANOTIFY_MARK - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 fanotify_mark-添加,删除或修改文件系统对象上的fanotify标记 语法 #include <sys/fanotify.h> int fanotify_mark(int fanotify_fd, unsigned int flags,
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
CHDIR - Linux手册页
CHDIR - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-08-02 名称 chdir,fchdir-更改工作目录 语法 #包括 int chdir(const char * path); int fchdir(int fd); glibc的功能测试宏要求(请参阅feature_test_macros(7)): fchdir(): _XOPEN_SOURC
Views:0 2019-08-20
CHMOD - Linux手册页
CHMOD - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 chmod,fchmod,fchmodat-更改文件的权限 语法 #include <sys/stat.h> int chmod(const char *pathname, mode_t mode); int fchmod(int fd, mode_t mode);
Views:0 2019-08-20
CHMOD - Linux手册页
CHMOD - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 chmod,fchmod,fchmodat-更改文件的权限 语法 #include <sys/stat.h> int chmod(const char *pathname, mode_t mode); int fchmod(int fd, mode_t mode);
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
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
FCNTL - Linux手册页
FCNTL - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-08-13 名称 fcntl-操作文件描述符 语法 #include <unistd.h> #include <fcntl.h> int fcntl(int fd, int cmd, ... /* arg */ ); 说明 fcntl()对打开的文件描述符fd执行以下描述的
Views:0 2019-08-20
FCNTL - Linux手册页
FCNTL - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-08-13 名称 fcntl-操作文件描述符 语法 #include <unistd.h> #include <fcntl.h> int fcntl(int fd, int cmd, ... /* arg */ ); 说明 fcntl()对打开的文件描述符fd执行以下描述的
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
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
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
INIT_MODULE - Linux手册页
INIT_MODULE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 init_module,finit_module-加载内核模块 语法 int init_module(void *module_image, unsigned long len, const char *param_values); int
Views:0 2019-08-20