1、安装linux glibc手册apt-get install manpages-devapt-get install manpages-posix-dev
2、man page 共分为以下几个“section”1 User commands
2 Programming interfaces for kernel system calls
3 Programming interfaces to the C library
4 Special files such as device nodes and drivers
5 File formats
6 Games and amusements such as screensavers
7 Miscellaneous
8 System administration commands
3、 whatis <cmd> 显示命令的man page信息例如:#whatis lsls (1) - list directory contents
4、查看帮助的方法例如:man 3 printf ; 查看c语言函数printf的帮助man 1 printf; 查看shell命令printf的帮助Linux ping 本地主机报erro: unknown host的解决办法Linux虚拟机VMware vSphere上安装VMware Tools相关资讯 Linux资料
- Linux触发连锁反应,惠及全球 (04/25/2012 05:49:29)
- 【Linux】pam常用模块及意义 (04/18/2012 09:42:50)
- 【Linux】配置Apache的别名的pam认 (04/18/2012 09:40:21)
| - 如何挂载只读的Linux文件系统 (04/19/2012 06:10:57)
- 【Linux】ftp服务的ftpusers黑名单 (04/18/2012 09:42:02)
- Linux 0.11 在Ubuntu-11和gcc-4.6. (04/14/2012 11:06:44)
|
本文评论 查看全部评论 (0)