Changes

Jump to: navigation, search

OPS435 Online Assignment 2S

1 byte added, 13:38, 19 November 2020
Overview
:* 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 ==
1,760
edits

Navigation menu