When opening my terminal (Ubuntu16.04) I am logged in as root. Everytime I have to type this command 'su - ' to log in as non-root user. So I already made a non-root user but how do I set this non-root user as default? Thanks in advance
Asked
Active
Viewed 1,412 times
.bashrc
file to see what is happening when a terminal is opened. – vanadium Sep 27 '20 at 11:09su -
does not proceed on a standard Ubuntu install. Are you graphically also logging in the root account? – vanadium Sep 28 '20 at 16:00su -
logs you in as a non-root user?su -
, on systems that enable the root account, switches one to root, so please also check that statement in your question and eventually correct it. How do you know/recognize you are suddenly in a root account when you merely open the terminal? – vanadium Oct 01 '20 at 19:21