Website Creation

Linux – How To Create a Sudo User

For admin work, using a non-root user with super-user privileges is good practice.  This user has to be created.  Let’s see how its done with an example on Debian 9: First we SSH into our target machine: $ ssh root@grokshop.tv Enter passphrase for key ‘/c/Users/[user]/.ssh/id_rsa’: Linux li598-26.members.linode.com 4.9.0-9-amd64 #1 SMP Debian 4.9.168-1 (2019-04-12) x86_64 The …

Linux – How To Create a Sudo User Read More »