07-09-2019, 02:31 AM
What I found out you are correct. Just don't delete the other account as you described.
You can create a separate account with sudo access but without a separate home folder
then add this user to the same group as the normal user and set it to use the same home folder with
One account for normal usage and the other allowed to use sudo. 8)
There is a way to do this by overriding the PAM (Pluggable Authentication Module)
settings for the sudo service. Do this at great risk to your machine - don't just copy and paste .
test test test! - before logging it out of terminal. :'(
You can create a separate account with sudo access but without a separate home folder
then add this user to the same group as the normal user and set it to use the same home folder with
Code:
sudo usermod -d /path/to/new/home
There is a way to do this by overriding the PAM (Pluggable Authentication Module)
settings for the sudo service. Do this at great risk to your machine - don't just copy and paste .
test test test! - before logging it out of terminal. :'(
launchpad.net <-
debian.org <-
GitHub.com <-
kde.org <-
I stay busy with LINUX,
Together we are LINUX...!
debian.org <-
GitHub.com <-
kde.org <-
I stay busy with LINUX,
Together we are LINUX...!