我们今天来学习Aix操作系统命令的知识。使用联机手册之前,需安装相应的软件包。解答 Aix操作系统 4.3 安装介质包含两张联机文档光盘(Documentation CD): Base Documentation CD 和 Extended Documentation CD。使用命令man查看Aix操作系统命令之前需要按照下列步骤安装相应的软件包:
1. 正确设置环境变量LANG的值,如“en_US”为英文环境,“zh_CN”为简体中文环境。可以用Aix操作系统命令 export LANG=en_US 设置。
2. 使用man查看系统命令之前必须安装下列软件包:
- bos.html.en_US.topnav.navigate - Top Level Navigation
- bos.html.en_US.nav - Online Navigation
- bos.html.en_US.cmds.cmds1 - AIX Commands Reference 1
- bos.html.en_US.cmds.cmds2 - AIX Commands Reference 2
- bos.html.en_US.cmds.cmds3 - AIX Commands Reference 3
- bos.html.en_US.cmds.cmds4 - AIX Commands Reference 4
- bos.html.en_US.cmds.cmds5 - AIX Commands Reference 5
- bos.html.en_US.cmds.cmds6 - AIX Commands Reference 6
使用Aix操作系统命令 lslpp -l 检查上述软件包是否已经安装。
3. 如果需要查询Aix操作系统调用及C语言库函数,则要安装软件包 bos.html.en_US.techref.base - AIX Base Tech Ref
bos.html.en_US.techref.commo - AIX Commo Tech Ref
4. Documentation CD中还包含许多其它的手册,可根据需要安装相应的软件包。 在Aix操作系统中安装软件包可使用smit管理菜单。在命令行输入 smit install_all 选择:
1. CD-ROM 设备(通常为/dev/cd0)。
2. 将光标移至"SOFTWARE to install" 并按下或“+7”。
3. 将光标移至要安装的软件包并按下 或 “+7”选择要安装的软件包。
4. 选中所有要安装的软件包后按?lt;Enter> 开始安装,之后需再次按下确认后继续安装,直至成功。
此时就可以使用man查看Aix操作系统命令了!
【编辑推荐】