Linux -- w

W(1)                                                               User Commands                                                               W(1)

NAME
       w - Show who is logged on and what they are doing.

SYNOPSIS
       w [options] user [...]

DESCRIPTION
       w  displays  information  about the users currently on the machine, and their processes.  The header shows, in this order, the current time,
       how long the system has been running, how many users are currently logged on, and the system load averages for the past 1, 5,  and  15  min‐
       utes.

The  following  entries  are  displayed for each user: login name, the tty name, the remote host, login time, idle time, JCPU, PCPU, and the
       command line of their current process.

The JCPU time is the time used by all processes attached to the tty.  It does not include past background jobs, but does  include  currently
       running background jobs.

The PCPU time is the time used by the current process, named in the "what" field.

COMMAND-LINE OPTIONS
       -h, --no-header
              Don‘t print the header.

-u, --no-current
              Ignores the username while figuring out the current process and cpu times.  To demonstrate this, do a "su" and do a "w" and a "w -u".

-s, --short
              Use the short format.  Don‘t print the login time, JCPU or PCPU times.

-f, --from
              Toggle  printing  the  from  (remote hostname) field.  The default as released is for the from field to not be printed, although your
              system administrator or distribution maintainer may have compiled a version in which the from field is shown by default.

--help Display help text and exit.

-i, --ip-addr
              Display IP address instead of hostname for from field.

-V, --version
              Display version information.

-o, --old-style
              Old style output.  Prints blank space for idle times less than one minute.

user   Show information about the specified user only.

ENVIRONMENT
       PROCPS_USERLEN
              Override the default width of the username column.  Defaults to 8.

PROCPS_FROMLEN
              Override the default width of the from column.  Defaults to 16.

FILES
       /var/run/utmp
              information about who is currently logged on

/proc  process information

SEE ALSO
       free(1), ps(1), top(1), uptime(1), utmp(5), who(1)

AUTHORS
       w was re-written almost entirely by Charles Blake, based on the version by Larry  Greenfield  [email protected]?  and  Michael  K.
       Johnson [email protected]?

REPORTING BUGS
       Please send bug reports to [email protected]?

procps-ng                                                             May 2012                                                                 W(1)

时间: 2024-10-13 17:00:51

Linux -- w的相关文章

Linux W命令详解

w 选项及其说明 -h 不显示输出信息的标题 -l 用长格式输出 -s 用短格式输出,不显示登录时间.JCPU时间和PCPU时间 -V 显示版本信息 举例 [[email protected] ~]# w 20:00:42 up 17:56,  2 users,  load average: 0.00, 0.01, 0.05USER     TTY      FROM             [email protected]   IDLE   JCPU   PCPU WHATroot    

linux 如何分区

实验环境:  ubuntu 12.04 LTS 1 断开虚拟机添加一块硬盘 推荐scsi 2 查看新硬盘: fdisk -l   包括u盘  软盘  硬盘 [email protected]:~$ sudo fdisk -l Disk /dev/sda: 42.9 GB, 42949672960 bytes 255 heads, 63 sectors/track, 5221 cylinders, total 83886080 sectors   这里是有255个磁头,  63扇区, 每个扇区有5

Linux终端提示符颜色设置

将以下语句添加到用户目录下的 .bashrc 文件中,然后执行 source .bashrc 使其立即生效. PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\[email protected]\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$' 标识符列表:<常用的>\u :当前用户的账号名称\h :仅取主机的第一个名字,如上例,则为fc4,.linux则被省略\H :完整的主机名称.例如:

Linux之系统痕迹命令

系 统 中 有 一 些 重 要 的 痕 迹 日 志 文 件 , 如 /var/log/wtmp . /var/run/utmp . /var/log/btmp ./var/log/lastlog 等日志文件,如果你用 vim 打开这些文件,你会发现这些文件是二进制乱码.这是由于这些日志中保存的是系统的重要登录痕迹,包括某个用户何时登录了系统,何时退出了系统,错误登录等重要的系统信息.这些信息要是可以通过 vim 打开,就能编辑,这样痕迹信息就不准确,所以这些重要的痕迹日志,只能通过对应的命令来进

查看系统负载命令有哪些

查看负载的命令有哪些? 一.uptime命令 1.uptime详解 uptime命令主要用于获取主机运行时间和查询linux系统负载等信息.uptime命令过去只显示系统运行多久.现在,可以显示系统已经运行了多长时间,信息显示依次为:现在时间.系统已经运行了多长时间.目前有多少登陆用户.系统在过去的1分钟.5分钟和15分钟内的平均负载. 2.使用方法 uptime 显示内容详解 10:19:04 //系统当前时间 up 257 days, 18:56 //主机已运行时间,时间越大,说明你的机器越

马哥运维班第七周作业

1.创建一个10G分区,并格式为ext4文件系统: (1) 要求其block大小为2048, 预留空间百分比为2, 卷标为MYDATA, 默认挂载属性包含acl: (2) 挂载至/data/mydata目录,要求挂载时禁止程序自动运行,且不更新文件的访问时间戳: #fdisk:分区管理 [[email protected] shell]# fdisk /dev/sda Command (m for help): m #下面是fdisk的一些选项,我只注释了常用的几个选项 Command acti

提示符设置

转贴:色值和颜色对照 前景 背景 颜色 30 40 黑色 31 41 紅色 32 42 綠色 33 43 黃色 34 44 藍色 35 45 紫紅色 36 46 青藍色 37 47 白色 属性代码 代码 行为 0 OFF 1 高亮显示 4 underline 5 闪烁 7 反白显示 8 不可见 两种格式来控制输出样式: 1.设置属性和字体颜色:\[\e[属性;字体颜色m\] 或者写作 \[\033[属性;字体颜色m\] 2.设置属性和字体颜色和背景色:\[\e[属性;字体颜色;背景色m\] 或者

TL-WR703N刷OpenWrt (by quqi99)

作者:张华  发表于:2015-10-02版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本版权声明 ( http://blog.csdn.net/quqi99) WNDR4300和OYE-0001太大了不方便携带,继续折腾一下TL-WR703N上刷OpenWrt.1, TL-WR703N基于AR7240芯片,下载下列固件,首次从官方固件转换到OpenWrt固件,需要先刷factory镜像.另外的sysupgrade用于从老版本的OpenWrt升级.http://do

unbtun python tab补全

在使用python的时候有时候总是忘记很多代码,这个是作为程序袁最头疼的事情,本人也是刚刚接触python,这几天也是用到这块,所以记录下来,已被需要时能够找到. 我的系统是: [email protected]:~$ uname -a Linux w 4.2.0-16-generic #19-Ubuntu SMP Thu Oct 8 15:35:06 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux 先看看自己的python安装路径,如果不知道的话可以根据下面的方