跳至内容
NSS Knowledge Base
用户工具
注册
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
注册
>
最近更改
媒体管理器
网站地图
您的足迹:
UnixFileTypes
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== UNIX File Types ====== | ^ Indicator in ls(1) ^ Get file descriptor ^ Create on file system ^ ^ Regular File | - | **open(2)** | **open(2)** | ^ Directory | d | **open(2)** | **mkdir(2)** | ^ Symbolic Link | l | - ((Linux does supports **open(2)** symbolic links by specifying flags ''O_NOFOLLOW'' and ''O_PATH'', since version 2.6.39)) | **symlink(2)** | ^ Block or Character Device | b or c | **open(2)** | **mknod(2)** | ^ Pipe | p | **open(2)**, **pipe(2)** | **mknod(2)** or **mkfifo(2)** ((Some kernels having **mkfifo(2)** system call to create named pipes, thus **mknod(2)** can't be used)) | ^ Socket | s | **socket(2)**, **accept(2)**, **socketpair(2)** | **bind(2)** |
UnixFileTypes.txt
· 最后更改: 2019/02/28 04:28 由
whr
页面工具
显示页面
修订记录
反向链接
页面重命名
回到顶部