![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to feed the output from grep command to paste command | ks_reddy | Shell Programming and Scripting | 2 | 04-04-2009 03:47 AM |
| Command display output on console and simultaneously save the command and its output | satimis | UNIX for Dummies Questions & Answers | 7 | 01-25-2009 08:27 PM |
| problem with output of find command being input to basename command... | new_learner | UNIX for Dummies Questions & Answers | 2 | 12-14-2008 02:56 AM |
| output of who command | sanjaykhuntia | Linux | 1 | 10-31-2007 08:35 AM |
| How can I cut output of command?? | darthur | UNIX for Dummies Questions & Answers | 2 | 04-11-2002 02:50 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Output of w command
I get the following output when i execute the w command:
Code:
[root@machine ~]# w 22:35:16 up 73 days, 8:43, 4 users, load average: 1.27, 0.38, 0.18 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT root :0 - 23Aug09 ?xdm? 5:57m 0.11s /usr/bin/gnome-session root pts/1 122.160.37.239 22:31 0.00s 0.01s 0.00s w root pts/2 :1.0 28Oct09 7days 0.01s 0.01s -bash root pts/4 :2.0 28Oct09 7days 0.01s 0.01s -bash |
|
||||
|
pts just means a pseudo-tty is used, it might be local or remote.
In any case, :1 and :2 should be local X servers. Please note that this command output format is Gnu/Linux specific and the documentation, as often, is quite terse on details. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|