Steps
Login as root and install sudo capabilities:
apt-get install sudo
Now add the user you want to have sudo priveleges
adduser $MY_SUBUSER sudoFor example:
adduser programster sudo
You can now log in as that user and run updates etc by just entering your own password.
No comments:
Post a Comment