this post was submitted on 07 May 2024
325 points (100.0% liked)
linuxmemes
24652 readers
971 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
3. Post Linux-related content
sudo
in Windows.4. No recent reposts
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
welp, I still need to add myself to the sudo group and sudoers file, and that's something I need a root shell for. (unless I always miss some options during setup to make my user automatically a sudoer)
You did. If you leave your root password blank it'll automatically add the user account you create in the following step to sudo and disable the root account.
If you want to have both a root account and a user account with sudo, you'll have to do that manually, but that's a pretty unusual setup.
oh wow, I did not know this
Nor this, but you are right if I think about it.
Yeah, general practice is to either elevate privelige by switching accounts, or by using sudo. Having both just increases your attack surface to no practical benefit (especially since you can technically still switch to a root account with "sudo - i" even if you're going the sudo route).
I used mostly Windows systems primarily and I guess I just adapted that habit of having an Administrator account for when shit goes down, and my own user account that has admin rights.
It's just convenient. I liked my Administrator account as clean as possible, and I do the same in Linux with root. There is its time and place where I need root.
But you are right, I should change my habits. I'm not even sure how sudo and rights and environments and sessions and god knows what works exactly behind the scenes, so probably, maybe, there are technical differences too in the way I use these and the way how I should... I don't know.
Anyway, thanks for the info.
Fair enough. Although technically the system works without that. Just not for long maybe?
I mean it's Debian, it's stable, it should work without ever updating your system :P
(though one could always log in as root in a separate session, too...)