Page 1 of 1

It should be done in a Linux Create an executable python program to run that will take in a list of usernames (download

Posted: Mon Jul 11, 2022 9:50 am
by answerhappygod
It should be done in a Linux
Create an executable python program to run that will takein a list of usernames (download the file users.txt) and willcreate usernames and passwords for each entry.
Usernames should be of the format:
<lastname><first initial>
So, the name ‘Bill Smith’ would generate ‘smithb’.
Your client-2 instance will also be checked for the new usersyou created.