List of users on my system

Discussion in 'Technical' started by heat, Apr 21, 2005.

  1. heat

    heat New Member

    Hi,

    is there a way of finding out about all users on my system? Not only the ones currently logged in, but all...

    heat
     
  2. jojo

    jojo New Member HowtoForge Supporter

    Code:
    cat /etc/passwd | cut -d":" -f1
    jojo
     

Share This Page