Results 1 to 3 of 3

Thread: Shell scripting     submit to reddit submit to twitter

  1. #1
    Relic Shield
    Join Date
    Nov 2006
    Posts
    1,778
    BG Level
    6

    Shell scripting

    I know this is the wrong place but I need this bad. In this script I'm supposed to list ALL created users but I can't remember the command to have them list. This is in linux... Please help !

  2. #2
    Nidhogg
    Join Date
    Apr 2006
    Posts
    3,562
    BG Level
    7

    Re: Shell scripting

    awk -F: '{print $1}' /etc/passwd

  3. #3
    Relic Shield
    Join Date
    Nov 2006
    Posts
    1,778
    BG Level
    6

    Re: Shell scripting

    Thanks! Just finished the script for class... *cake for you!*