标签:which whereis who w linux 命令
lunix基础命令简析
which:shows the full path of (shell) commands.
显示在指定的shell中,查找系统命令(外部命令)在系统中的具体位置,并返回第一个结果。
语法:which [options] [--] programname [...]
选项:-a:显示命令的全部路径,不止第一个
-v:显示命令的版本及相关信息
http://www.cnblogs.com/peida/archive/2012/11/08/2759805.html
whereis:locate the binary, source, and manual page files for a command.
定位与命令有关的二进制文件,源代码文件和man说明文档。
语法:whereis [options] [-BMS directory... -f] name...
选项:-b:只返回二进制文件
-m:只返回man说明文档
-s:只返回源代码文件
http://www.cnblogs.com/peida/archive/2012/11/09/2761928.html
who:show who is logged on.
显示系统目前的登录状况。
语法:who [OPTION]... [ FILE | ARG1 ARG2 ]
选项:-b:显示系统boot的时间
-H:显示标题信息
-a:显示全部相关信息
w:Show who is logged on and what they are doing.
显示登录系统的终端和他们在做什么。
语法:w [options] user [...]
选项:-h:不显示标题
-V:显示版本
-f:不显示从哪里登录
本文出自 “给我一片二向箔” 博客,请务必保留此出处http://darkforest.blog.51cto.com/10714090/1720955
标签:which whereis who w linux 命令
原文地址:http://darkforest.blog.51cto.com/10714090/1720955