Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/akshitmittal20/shell_scripting_user_creation
- Owner: akshitmittal20
- Created: 2023-11-06T21:51:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-31T05:40:48.000Z (9 months ago)
- Last Synced: 2024-03-31T06:25:49.239Z (9 months ago)
- Size: 311 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
# Pre-Requisites
A Shell Script Tutorial document attached in the Repository
-