mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-02-22 12:38:46 +07:00
Day 19 - Adding example create-user.sh into Linux Folder
This commit is contained in:
parent
a6c1b16035
commit
c2c872861e
@ -275,6 +275,8 @@ One thing I did notice was that we are displaying the password on our input we c
|
||||
|
||||
If you do want to delete the user you have created for lab purposes then you can do that with `sudo userdel test_user`
|
||||
|
||||
[Example Script](Linux/create-user.sh)
|
||||
|
||||
Once again I am not saying this is going to be something that you do create in your day to day but it was something I thought of that would highlight the flexibility of what you could use shell scripting for.
|
||||
|
||||
Think about any repeatable tasks that you do every day or week or month and how could you better automate that, first option is likely going to be using a bash script before moving into more complex territory.
|
||||
|
Loading…
Reference in New Issue
Block a user