Project 1 - Shell Script for User Management and Backup in Linux

Project 1 - Shell Script for User Management and Backup in Linux

ยท

2 min read

1. User Management:-

If you want to create the user. Please enter c and press enter. You will get a User Creation console. Enter the username and password. You will get a user creation message. If you enter an existing user name then it will show you an error like "User already exists."

If you want to go back to User management enter x and press enter. You will get a User Management console.

If you want to set the password for the created user press p and press enter. enter the username and password.

If you want to check the created user. Go back to the User Management console, enter s and press enter. You will get the created user details:

If you want to delete the user. Go back to the User Management console, enter d and press enter, and delete the user

2. Group Management:-

If you want to create the group enter c then you will get group creation console

If you want to add users to a group, go back to the Group Management console and enter a, you will get a new console then enter your user name

If you want to check the created group. Go back to the Group Management console, enter s and press enter. You will get the created group details:

If you want to delete the user. Go back to the Group Management console, enter d and press enter, and delete the group

3. Backup Management:-

Enter b you will get a backup console, enter the directory path

GitHub Link:- https://github.com/sarikakamble/Linux_Project1-User_Management-Backup

๐Ÿ‘จโ€๐Ÿ’ปHappy Learning..!๐Ÿ˜Š

ย