starlingvibes / provision-users-and-groups

Stage 1 task for HNG11 DevOps track

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatically provision users and groups

This repository contains code that does the following:

  1. The script should create users and groups and set up home directories with appropriate permissions and ownership
  2. Generates random passwords for the users, and logs all actions to /var/log/user_management.log.
  3. Additionally, the generated passwords are stored securely in /var/secure/user_passwords.txt

About

Stage 1 task for HNG11 DevOps track


Languages

Language:Shell 100.0%