Chinaunix首页 | 论坛 | 博客
  • 博客访问: 789188
  • 博文数量: 130
  • 博客积分: 3477
  • 博客等级: 中校
  • 技术积分: 1339
  • 用 户 组: 普通用户
  • 注册时间: 2006-11-30 21:53
文章分类

全部博文(130)

文章存档

2024年(1)

2023年(10)

2022年(4)

2021年(10)

2020年(9)

2018年(1)

2017年(1)

2014年(4)

2013年(3)

2012年(12)

2011年(24)

2010年(2)

2009年(8)

2008年(6)

2007年(34)

2006年(1)

分类: LINUX

2011-11-25 21:08:20

使用man时可以指定不同的section来浏览,各个section意义如下: 
1 - commands
2 - system calls
3 - library calls
4 - special files
5 - file formats and convertions
6 - games for linux
7 - macro packages and conventions
8 - system management commands


如:我们要 man linux 系统的 cat 命令,可以输入
$ man 1 cat

又比如,我们想获得 C 函数 time 的解释及用法,我们应该输入:
$ man 3 time

如果我们输入 man time 则显示的是 linux 的 time 命令的用法。


阅读(1395) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~