How To Add Users To Linux OS From A Text file

From: www.howtoforge.com  read times: 96


Provided by yangyi at 2008-05-08 00:52:17


This tutorial is about a bash script to add, delete and verify the users either from a text file; it can also add, delete and modify the users manually. This script can be used to add , delete and verify the users to the Linux OS by fetching the user's information from any text file and this script can also add, delete or verify the users manually, I have put both of these functions in one script file. The text file can be specified by the administrator.

:-) !!!The script is totally user friendly!!! :-)

You can find the script at the end of this tutorial.

 

Starting the Script

When you start the script a menu will appear like this:

......

Please access the below link to view the full content.

Original link: http://www.howtoforge.com/how-to...