Changes

Jump to: navigation, search

OPS435 Online Assignment 2S

839 bytes added, 09:06, 24 November 2020
Suggested work-flow for this assignment
== Overview ==
: Study the Fabric API run(), sudo(), local(), and put() and utilize them to create a four new Fabric task tasks called userAdmin::* addUser(username):* findUser(username):* listUser():* listSysUser(): The userAdminaddUser(username) task should perform the following activities operations on a remote machine tosystem::* create a new user when necessary information is provided, and if the user name is already exist, the operation should fail.: The findUser(username) task should perform the following operations on a remote system::* scan the appropriate file(s) on the remote system and determine whether the named user exist or not and report accordingly.: The listUser() task should perform the following operations on a remote system::* delete an existing scan the appropriate file(s) on the remote system and produce a list of shell user when it is safe names on the system. Shell users are those users who can login to do sothe remote system and get a bash shell.: The listSysUser() task should perform the following operations on a remote system::* scan the appropriate file(s) on the remote system and produce a list of system user (non-shell) name on the system. System users are those users who will not get a bash shell.
== Tasks for this assignment ==
* Populate your private repository with appropriate files.
=== Add collaborator to your ops435-a2r a2s private repository ===
* Add your professor's github account as one of the collaborators to your ops435-a2s private repository. This will allow your professor to pull the contents of your ops435-a2s repository and also to review and suggest changes and fixes to your algorithm and/or your fabric file.
* <b><font color='blue'>Make sure that your professor accepted your invitation from github.com.</font></b>
=== Final Test===
Once you have all the individual task tested and that each is working properly, perform the final test and compare with the sample tests and verify that your fabric tasks produce the correct results before submitting it on Blackboard.
 
== Rubric ==
1,760
edits

Navigation menu