You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
892 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

w
===
显示目前登入系统的用户信息
## 说明
**w命令** 用于显示已经登陆系统的用户列表并显示用户正在执行的指令。执行这个命令可得知目前登入系统的用户有那些人以及他们正在执行的程序。单独执行w命令会显示所有的用户您也可指定用户名称仅显示某位用户的相关信息。
### 语法
```
w(选项)(参数)
```
```
-h不打印头信息
-u当显示当前进程和cpu时间时忽略用户名
-s使用短输出格式
-f显示用户从哪登录
-V显示版本信息。
```
### 参数
用户:仅显示指定用户。
### 实例
```
w
20:39:37 up 136 days, 3:58, 1 user, load average: 0.00, 0.00, 0.00
USER TTY FROM login@ IDLE JCPU PCPU WHAT
root pts/0 222.94.97.122 20:39 1.00s 0.00s 0.00s w
```