...:表示特性与磁盘类似的设备。磁盘驱动程序以块或者组块的形式从块特殊设备中传送信息,这些设备通常具有从设备任何地方检索块的能力。字符特殊文件(character special file):表示特性和终端类似的设备。这些设备看起来表示的是一串必须按照顺序访问的字节流。
2
?文件
字符设备文件(character special file):指以字符流方式进行操作的设备,如打印机。
3
?字符设备文件
如硬盘设备(/dev/sda)及硬盘分区(/dev/hda1)等。 字符设备文件(Character special file) 此种类型文件提供无缓存的变长单元读写。一个设备如果不是块设备,就是字符设备。
双语例句
1
S_ISCHR(mode) -- Is this a characterspecialfile?
S_ISCHR(mode)——是否为字符特殊文件?
2
The first character determines whether it's a regular or a specialfile.
第一个字符决定它是否是一个老客户或一个特别的文件。
3
Open your exported file into any editor and check if is there any specialcharacter or any line breakers are there? Sometimes special characters stops the import process.