 |
Desktop Linux
A New Linux In Development |
| View previous topic :: View next topic |
| Author |
Message |
Siberian Fox Administrator


Joined: 25 Oct 2007 Posts: 251 Location: Los Angeles, California
|
Posted: Fri Oct 26, 2007 6:18 pm Post subject: User Creation Script |
|
|
Here is the first script I created for use on the project. It is designed to create a user based on your input, would be most useful in a text based environment. Very simple, yet efficient. It was designed so that it could be heavily modified. I would appreciate any modifications to it.
| Code: | #!/bin/bash
echo Please, enter your firstname of the user to add.
read FN
useradd $FN
echo "User $FN has been added." |
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|