From 839dfc527ac8ce5d2b73cc87ce8f43c06509a023 Mon Sep 17 00:00:00 2001 From: Stefano Borzì Date: Tue, 3 Sep 2019 00:39:13 +0200 Subject: Added optional user linux creation --- docs/Installation.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') 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 ``` Note: Change `` to the preferred username of your going to use on your server. + +```sudo su - ``` Note: Switch user to newly created `` so everything will run and compile with the user you just have created. -- cgit