diff options
| -rw-r--r-- | docs/Installation.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/Installation.md b/docs/Installation.md index b66a1c1..d12800a 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -223,3 +223,10 @@ You can change all the passwords at once by pasting this into the worldserver co .account set password test9 new_pass new_pass .account set password test10 new_pass new_pass ``` + +## Optional: Creating a regular user to work with on Linux +Start with logging in to your Linux machine and create an account for the server itself on most recent distributions this can easily be done with the following command : + +```sudo adduser <username>``` Note: Change `<username>` to the preferred username of your going to use on your server. + +```sudo su - <username>``` Note: Switch user to newly created `<username>` so everything will run and compile with the user you just have created. |
