java.nio.channels 中的接口和类。A channel represents an open connection to an entity such as a hardware device, a file, a network socket, or a program compon...
分类:
其他好文 时间:
2015-06-15 21:43:22
阅读次数:
130
1.ls列出文件信息:
文件类型:
d 目录(directory)
l 符号链接(link)
s 套接字文件(socket)
b 块设备文件(block device file)
c 字符设备文件(character)
p 命名管道文件(named pipe ,FIFO)
- 普通文件
创建文件命令:touch filename
改变文件权限:chmod [who...
分类:
其他好文 时间:
2015-03-18 23:28:29
阅读次数:
457
Linxu驱动中的设备文件注册的操作方法结构体,也是向用户层提供操作接口的方法体,我的版本为3.1.10
原型在 内核源码 /include/linux/fs.h中定义:...
分类:
系统相关 时间:
2015-02-02 18:04:38
阅读次数:
366
preface/prehight:topic: Storage(share fileSystem(可共享文件系统,Access I/O existence bottleNeck,access read/write space slowly),BSD(block storage device,file...
分类:
其他好文 时间:
2014-12-03 22:48:58
阅读次数:
116