Server Administration

Server Administration We will assume you have an fresh new instance of Ubuntu hosted somewhere, or you a new create VM on your local computer for development purposes Let’s create a new user For security reasons, we will create a new user “weby” with the following command adduser weby and set a password: passwd weby Add the new user to the wheel group gpasswd -a weby wheel

August 23, 2021 · 1 min · Sabbadin Stefy