On Tue, Feb 01, 2022 at 11:47:35AM -0800, pe...@easthope.ca wrote:
>     From: john doe <johndoe65...@mail.com>
>     Date: Tue, 1 Feb 2022 19:29:02 +0100
> > If my understanding is correct, you will need to use 'sudo'.
> 
> Thanks.  Still a multi-user system.  
> 
> Whereas puppy linux has one user, root.
> 
> To make debian one-user I think of 
> 
> mkdir /home/root ; cp -r /root/* /home/root ; rm -r /root ; ln -s /home/root 
> /root
> cp <anythingIwantFrom/home/me> /home/root
> 
> Then proceed as root rather than me.
> 
> Googling "linux one account" returned https://login.ubuntu.com/ and 
> other pages not relevant to the concept.  Odd that the topic doesn't 
> get more attention.
> 
> Thx,                        ... P.
> 
> 
> -- 
> mobile: +1 778 951 5147
>   VoIP: +1 604 670 0140
>    48.7693 N 123.3053 W
>

Hi,

That seems like a very bad idea for security to encourage _everything_ to
be done as root and some desktop environments would complain

The Ubuntu and others model of creating one user and giving that user sudo
powers means only one user on the system.

Every Unix system is inherently multi-user/multi role, I think.

All the very best, as ever,

Andy Cater

 

Reply via email to