User or users in a Puppy system.

Issues and / or general discussion relating to Puppy

Moderator: Forum moderators

Post Reply
peasthope
Posts: 11
Joined: Sun Jan 09, 2022 7:31 pm

User or users in a Puppy system.

Post by peasthope »

Hi, from what I've read, a Puppy system has one user, root or supervisor.

Correct?

Seems a good idea for a single user workstation.

Can the user have an alias name?

I didn't find a FAQ about this. Is the topic in documentation?

Does any other Linux system have only one user?

Thanks, ... Peter E.

williwaw
Posts: 1863
Joined: Tue Jul 14, 2020 11:24 pm
Has thanked: 165 times
Been thanked: 340 times

Re: User or users in a Puppy system.

Post by williwaw »

peasthope wrote: Sun Jan 09, 2022 7:46 pm

Hi, from what I've read, a Puppy system has one user, root or supervisor.

Correct?

Seems a good idea for a single user workstation.

Can the user have an alias name?
with only one user, having a name is a moot point as the name "root" is never used for the most part. dunno about an alias
I didn't find a FAQ about this. Is the topic in documentation?

Does any other Linux system have only one user?
linux does not require additional users. some distributions require two, so with these exceptions any linux can run solely as root.
Thanks, ... Peter E.

peasthope
Posts: 11
Joined: Sun Jan 09, 2022 7:31 pm

Re: User or users in a Puppy system.

Post by peasthope »

Thanks for the reply, ... P.

williams2
Posts: 1058
Joined: Sat Jul 25, 2020 5:45 pm
Been thanked: 302 times

Re: User or users in a Puppy system.

Post by williams2 »

If you add this line spot ALL=(ALL) ALL to the file /etc/sudoers
it will give spot all the powers that root has.

That is, in /etc/sudoers, change this:

# User privilege specification
root ALL=(ALL) ALL

to this:

# User privilege specification
root ALL=(ALL) ALL
spot ALL=(ALL) ALL

in effect, spot and root would be interchangeable.

This changes spot's uid to 0, so if you try running a program that refuses to run as root,
it would also refuse to run as spot.

gobolinux does not have a user root
The name of gobo's admin is gobo I think.
https://gobolinux.org/at_a_glance.html

You can add as many users that you want using the adduser command.

Post Reply

Return to “Users”