Open main menu

CDOT Wiki β

Changes

OPS435 Online Assignment 2S

2 bytes added, 09:06, 24 November 2020
Suggested work-flow for this assignment
:* listSysUser()
: The addUser(username) task should perform the following operations on a remote system:
:* create a new user when necessary information is provided, and if the user named name is already exist, it the operation should fail.
: The findUser(username) task should perform the following operations on a remote system:
:* scan the appropriate system file(s) on the remote system and determine whether the named name user exist or not and report accordingly.
: The listUser() task should perform the following operations on a remote system:
:* scan the appropriate file(s) on the remote system and produce a list of shell user account names on the system. Shell users are those user users who can login to the 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) account name on the system. System users are those user users who does 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