首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 服务器 > 其他服务器 >

请教UNIX的man手册中ATTRIBUTES部分是什么含义

2012-02-02 
请问UNIX的man手册中ATTRIBUTES部分是什么含义?在man手册中总有ATTRIBUTES这样的一段内容,以man mkdir为例

请问UNIX的man手册中ATTRIBUTES部分是什么含义?
在man手册中总有ATTRIBUTES这样的一段内容,以man mkdir为例,就有:

C/C++ code
ATTRIBUTES     See attributes(5) for descriptions of the  following  attri-     butes:     ____________________________________________________________    |       ATTRIBUTE TYPE        |       ATTRIBUTE VALUE       |    | Availability                | SUNWcsu                     |    | CSI                         | enabled                     |    |_____________________________|_____________________________|SEE ALSO     rm(1), sh(1), umask(1), intro(2),  mkdir(2),  attributes(5),     environ(5), largefile(5)SunOS 5.8            Last change: 1 Feb 1995                    2

请问其中的CSI和SUNWcsu是什么意义呢?

[解决办法]
See attributes(5) for descriptions of the following attributes

你可以参考attributes(5)啊!

man -S 5 attributes

用上面的命令查看一下。
[解决办法]
Availability:需要安装哪个包,这里是SUNWcsu
CSI:代码集独立性,参考:http://docs.sun.com/app/docs/doc/819-0402/6n2r4id7e?l=zh&a=view

热点排行