We can work on Task 1: User management   A company has set up a new site and transfer staff and visitor accounts to the new site.   Your task is to write a Bash script to create user accounts for all staff and visitors. The supplied user file Usernames.txt is a text  file containing a username and its type delimited by comma per line. There are two types of users: staff and visitor. Staff users  are added to the staff group and visitor users to the visitors group.  

CSCI322   ASSIGNMENT 1 – DUE BY 23:59 SATURDAY 24/10   Task 1: User management   A company has set up a new site and transfer staff and visitor accounts to the new site.   Your task is to write a Bash script to create user accounts for all staff and visitors. The supplied user file Usernames.txt is a […]