mrinalxdev / shell-user

User Management built in shell scripting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Features

Requirements for the project

  • Script should be executed with root user else exit with code 1 and error message
  • Script will take 1st argument as user and rest will be treated as comment
  • Auto generate password for user
  • After successfully executing the script, display the following
    • username : < username >
    • password : < auto_generated_password >
    • host :

About

User Management built in shell scripting


Languages

Language:Shell 100.0%