Help for this page

Select Code to Download


  1. or download this
    while (my @pw = getpwent) {
        printf "UID is: %s\nGID is: %s\n", @pw[2,3]
    }