Question: Write a bash script in fedora to read an Excel file that contains two columns first and last name. the script should create a user
Write a bash script in fedora to read an Excel file that contains two columns first and last name. the script should create a user account for all users in the file with the following format:
The first letter from the first name dot last name.
Example: Ali AbuAhmad
A AbuAhmad
The First user should have UID and others have UID increments by one.
The password should be the same as the username
All other properties should have a default value.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
