Skip to content
  • Robert Ricci's avatar
    New script: unixgroups . Pretty simple - just a convenient way to manage the · 469dacdb
    Robert Ricci authored
    unixgroup_membershit table from the command line. Runs the appropriate
    commands to make changes in the 'real world' after the database has been
    updated. From the usage message:
    
    Usage: unixgroups <-h | -p | < <-a | -r> uid gid...> >
    -h            This message
    -p            Print group information
    -a uid gid... Add a user to one (or more) groups
    -r uid gid... Remove a user from one (or more) groups
    469dacdb