![]() ![]() | ![]() |
version 1.5, 2024/08/06 12:37:10 | version 1.6, 2024/08/06 13:32:49 |
---|---|
Line 89 Finish installing your server, reboot it | Line 89 Finish installing your server, reboot it |
</p> | </p> |
<pre> | <pre> |
apt-get install sudo | apt-get install sudo |
/sbin/adduser <username> sudo | /sbin/adduser <username> sudo |
exit | exit |
</pre> | </pre> |
<p>Now logout and log in again with that username. If you prefer not to use sudo, then you should omit all instances of <i>sudo</i> when executing all commands listed on the remainder of this page, after using su to become root. | <p>Now logout and log in again with that username. If you prefer not to use sudo, then you should omit all instances of <i>sudo</i> when executing all commands listed on the remainder of this page, after using su to become root. |