To setup a new user for the production web server we need to: Login to the server over SSH Change to root user with
1 |
sudo su - |
If you can’t do this – then you are logged in with the wrong privileges. Login as ubuntu to sudo su – with ease Once you are root, add the […]