Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Jul 2008
    Posts
    21

    Lightbulb 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

  2. #2
    Linux Guru Lakshmipathi's Avatar
    Join Date
    Sep 2006
    Location
    3rd rock from sun - Often seen near moon
    Posts
    1,568
    Quote Originally Posted by shrutty View Post
    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
    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
    -------------------

  3. #3
    Just Joined!
    Join Date
    Jul 2008
    Posts
    21
    it dont work...its same as who ...no difference

  4. #4
    Linux 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.

  5. #5
    Linux Engineer wje_lf's Avatar
    Join Date
    Sep 2007
    Location
    Mariposa
    Posts
    1,192
    Code:
    w | grep -v "^$USER "
    Hope this helps.
    --
    Bill

    Old age and treachery will overcome youth and skill.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...