• @[email protected]
    link
    fedilink
    English
    41 year ago

    This is great, but I’ve not run sudo on a Mac for daily DevOps duties for at least five years now. If sudo is part of your workflow, question your workflow.

    • @mingistech
      link
      English
      51 year ago

      As a SysAdmin sudo is part of daily life.

      • @[email protected]
        link
        fedilink
        English
        41 year ago

        I’m genuinely curious, what on a Mac do you routinely use root for? We use Jamf for device management, while I appreciate the scripts it runs almost certainly have superpowers, none of our end users do. Homebrew allows for full package management for CLI utilities without admin rights and Installomator handles GUI applications.

        • @IphtashuFitz
          link
          English
          2
          edit-2
          1 year ago

          I use sudo on my Mac almost daily to edit my /etc/hosts file. My employer is a big user of Akamai, and this is the standard way of testing configuration changes on Akamai’s staging network prior to deploying them in production.

          This is how we ensure that a seemingly trivial change, not to mention incredibly complex ones, don’t result in doing something like knocking an entire website offline.