Answered step by step
Verified Expert Solution
Question
1 Approved Answer
With a linux distribution of your choice (recommend Ubuntu). You are tasked with creating a script that automates the addition of users in a linux
With a linux distribution of your choice (recommend Ubuntu).
You are tasked with creating a script that automates the addition of users in a linux OS.
Specifically your script needs to take input from terminal at run time. It needs to:
- Create group called technician
- Add user to system with a unique user id
- Add user to group called technician
*you should be logged in as root for this activity
Example Execution:
#python3 user.py technician Marcel1
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started