On Tue, 2025-06-03 at 10:45 +0000, Bob Marčan via users wrote:
> > > Having said that, on my system where I am the sole user, I'll only use
> > > sudo if I know I'm doing just one thing.  If I have to do a series of
> > > things, I will "su -" and do them all as root.  It's just too tedious

BTW, it's "sudo -i"

> > > to do "sudo some-command" over and over.  
> > 
> > Exactly.
> > 
> > poc
> > --
> 
> What about "sudo bash" for same result?

Not the same:

       -i, --login
               Run  the  shell  specified by the target user's password 
database entry as a login shell.  This means that login-specific re‐
               source files such as .profile, .bash_profile, or .login will be 
read by the shell.

"sudo bash"  will not run the login resources.

poc
-- 
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to