1.从solaris系统中获得联机帮助
【相关文章:“一键GHOST”轻松搞定系统恢复和备份】 【扩展阅读:用Ghost备份系统 别忘了加载Smar】solaris 系统提供了非常丰富的联机帮助.这些帮助主要以两种形式存在,一种是命令的参考手册页(reference manual pages,也即我们常说的man page),另外一种是 answer book,是sun公司的资料的电子版。 【扩展信息:系统安全卫士:间谍客星-SPY Dest】 使用solaris联机帮助的方法: a. 使用reference manual page 在命令行上使用man命令: 如:$ man ls b. 使用answer book 在命令行上使用answerbook命令 如:$ answerbook 2. man page的组织 unix的man page是按照节(section)来组织的.当我们使用man ls的时候,会看到ls(1),这个括号中的1就表示ls的man page位于section 1。 section通常是由一个主section名与一个可选的次section名组成.主section名通常是一个数字,次section名通常是一个或多个字母组成. solaris中各 section 所对应的内容: 1: user commands and utilities 2: system calls 3: c library functions 4: file formats 5: headers,tables and macros 6: games and demos 7: device and network interfaces 8: maintance and accounting commands 9: device driver interfaces3.man page的存放位置 a.系统本身的 man page存放在/usr/share/man/man*目录中, /usr/man 是/usr/share/man的一个软链接. 注:在安装操作系统时,man page是可选安装。如果未安装,可将其它机器上的/usr/share/man目录 mount 到本机上。... 下一页