Shell Script to add Multiple User Accounts in a System - BunksAllowed

BunksAllowed is an effort to facilitate Self Learning process through the provision of quality tutorials.

Community

demo-image

Shell Script to add Multiple User Accounts in a System

Share This
Shell Script to add multiple user accounts in a system
1
2
3
4
5
6
7
8
9
10
if [ $(id -u) -eq 0 ]
then
echo User Input
echo Enter Session:
read ses
echo Enter Department:
read dept
echo Enter Default Password:
read pass
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX


Happy Exploring!

Comment Using!!

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.