I am new and i wonder how am i supposed to run some commands in my standard account (since i don't want to harm system files) that needs root privileges.
i have used sudo and it prompted me to enter the current user's password which is not root, guide me to a way to to it safe.
adm
group, IIRC, is just useful for reading some logs. – muru Dec 07 '16 at 15:45sudo gpasswd -a new_user_name sudo
andsudo gpasswd -a new_user_name adm
. – Stormlord Dec 07 '16 at 16:06