Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akshitmittal20/shell_scripting_user_creation

Creation of User via writing the Shell Script and giving various conditions and functions.
https://github.com/akshitmittal20/shell_scripting_user_creation

Last synced: about 2 months ago
JSON representation

Creation of User via writing the Shell Script and giving various conditions and functions.

Awesome Lists containing this project

README

        

# Shell_Scripting_User_Creation
Creation of User in Shell Script and providing various functions, pivelages and conditions on the uses.

# Task:
- Script should be executed with the root user else exit with status code 1 and error message
- Script will take 1st argument as user and rest will be treated as comment.
- Auto generate password for the user.
- Upon successful execution of script, Display : Username, Password, Host.
Screenshot 2024-03-31 at 11 06 02 AM
Screenshot 2024-03-31 at 11 07 17 AM

# Pre-Requisites
A Shell Script Tutorial document attached in the Repository
- Screenshot 2024-03-31 at 11 08 48 AM