User Account Management Using shell Scripting
Task 1: Account Creation
Steps:
Check if the username already exists before creating the account.
Prompt for username and password securely.
Create the new account and set the password.
Confirm successful account creation.
Execution:
#!/bin/bas...
mridul.shop4 min read