TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Real Sysadmins Don't Sudo

3 pointsby giladabout 5 years ago

1 comment

freedombenabout 5 years ago
As a Fedora person I do prefer the way Fedora handles the root account as opposed to the &quot;locked by default&quot; approach that Ubuntu takes, but I think he&#x27;s arguing against a straw man here.<p>The point of locking the root account in Ubuntu is not to protect the user from damaging their system with commands: it&#x27;s just to not have an account with a potentially weak password and a known username that can be brute forced or abused in other ways. Not everyone that installs Linux knows the full implications of the root account, and given that it&#x27;s a very, very, minor inconvenience to the user who wants that account enabled, that sounds like a fine trade off to me.<p>I also feel like the author greatly exaggerates the inconvenienced caused by this to the sys admin. Instead of `su -` and typing the root password, is it so hard to type `sudo -s` instead?<p>Also if there are multiple users on a server that may need root, using `sudo` makes it so you don&#x27;t have to remember to rotate the root password every time a person who used to have root access leaves the company or switches teams or something. For setups with hundreds or thousands of machines, sudo is a much more scalable approach IMHO.