Results 1 to 5 of 5
In linux can we know the other users logged in otherthan the requesting user.i mean that if v use who command v can see the present user+other user.Isther any other ...
- 07-23-2008 #1Just Joined!
- Join Date
- Jul 2008
- Posts
- 21
How to get info ONLY about other users logged in
In linux can we know the other users logged in otherthan the requesting user.i mean that if v use who command v can see the present user+other user.Isther any other command to show only the other users.
shrutty is online now Report Post Edit/Delete Message
- 07-23-2008 #2
Check out w command
http://www.linfo.org/w.html- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
- 07-23-2008 #3Just Joined!
- Join Date
- Jul 2008
- Posts
- 21
it dont work...its same as who ...no difference
- 07-23-2008 #4Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Please do not cross post or duplicate your thread across several forums. You will have a better response if you post only one thread.
- 07-23-2008 #5Hope this helps.Code:
w | grep -v "^$USER "
--
Bill
Old age and treachery will overcome youth and skill.


Reply With Quote
