Option to create Non-Root User Account?
Is there a way in EasyOS to create multiple non-root users so that you don't have to use your root account for normal work?
Thanks for your feedback!
Discussion, talk and tips
https://forum.puppylinux.com/
Is there a way in EasyOS to create multiple non-root users so that you don't have to use your root account for normal work?
Thanks for your feedback!
Do you really understand what the difference really is by not running as root?
https://igurublog.wordpress.com/2010/01 ... -not-root/
I do not know how Easy OS is put together, but there should be something you could do, if it really is an issue for you running as root.
Someone will come along with some info.
the adduser command works
https://www.busybox.net/downloads/BusyBox.html
you will find the users "home" directory under /home along with the other users including spot that are already supplied with easy.
spot is configured for some security options, as are the browsers which "run as their own user"
@williwaw So it is possible then to create additional user accounts and assign a password that can be used for separate logins?
EasyOS, like Puppy, is not intended to run non-root. Instead, you can run any app non-root.
In EasyOS, Firefox and SeaMonkey by default run as users "firefox" and "seamonkey". That is, each app can run as its own user. This is more secure than just one user for all apps.
In the menu "System -> Login and security manager", you can choose any app to run as its own user.
If you entered a password at first bootup, to encrypt folders in the working-partition, that password is also applied to the root user, and all non-root users.
That makes sense. Thanks Barry!