首页  

linux 帮助命令使用     所属分类 linux 浏览量 782
whatis  简要说明
info    详细说明
which   具体路径
man     帮助手册
whereis 查找二进制文件、源代码文件和man手册页

whatis top
display Linux processes

info top

which top
/usr/bin/top

whereis top
top: /usr/bin/top /usr/share/man/man1/top.1.gz

-b 二进制文件
-m man帮助文件


whereis -b bash  
bash: /usr/bin/bash

whereis -m bash  
bash: /usr/share/man/man1/bash.1.gz

man top

man -k top

man -f top
top (1)              - display Linux processes

man -f 相当于 whatis

上一篇     下一篇
linux stress 工具简介

busybox编译

linux netstat

kafka消息存储及索引机制

kafka消费机制要点

kafka消费端核心参数