linux command

w

Linux Command – w ใช้ในการแสดง user ที่ login รวมถึงคำสั่งที่ใช้งาน

 

คำสั่ง

w

$ w
 13:48:59 up 308 days, 2:22, 21 users, load average: 3.05, 3.05, 3.59
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
msc pts/0 172.20.91.138 Tue16 20:33m 0.17s 0.17s -bash
msc pts/2 172.20.91.79 Mon22 38:38m 0.24s 0.06s sshd: msc [priv] 
msc pts/3 172.20.91.138 Mon13 21:21m 0.08s 0.08s -bash
spo pts/5 10.95.120.57 13:16 29:47 0.09s 0.09s -bash
mst pts/6 172.20.91.44 11:54 1:52m 0.05s 0.05s -bash
mst pts/7 172.20.91.177 Mon09 19:52m 0.52s 0.52s -bash
msc pts/8 172.20.91.138 Mon23 20:33m 0.15s 0.15s -bash
mst pts/9 10.95.120.34 13:39 3.00s 0.03s 0.01s w
vas pts/10 172.20.91.151 04Apr17 20:30m 4.53s 4.53s -bash
spo pts/11 172.16.69.156 03May17 6days 0.05s 0.05s -bash

 

โครงสร้างคำสั่ง

 w [options] user [...]

 

รายละเอียด

เป็นคำสั่งที่ใช้ในการแสดง user ที่ login รวมถึงคำสั่งที่ใช้งาน เหมือนคำสั่ง who แต่บอกรายละเอียดคำสั่งที่ทำงานอยู่ด้วยของ user นั้น

 

Option

 -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 main‐
 tainer 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.

 

กลุ่มคำสั่ง

who, sufree(1), ps(1), top(1), uptime(1), utmp(5)

 

Reference:

คำสั่ง Unix – Linux Command

Linux, Unix

 

Author: Suphakit Annoppornchai

Credit: https://saixiii.com

One Thought to “w – Linux Command คำสั่งแสดง user ที่ login รวมถึงคำสั่งที่ใช้งาน”

Leave a Reply