Added add_user, add_group, get_gid; fixed empty user list issue
One issue is the error handling for the file IO with add_user
and add_group
. Not really sure what the "right" way to do that is, and unwrap
works just fine for now.
One issue is the error handling for the file IO with add_user
and add_group
. Not really sure what the "right" way to do that is, and unwrap
works just fine for now.