Linux CLI 19 🐧 su and sudo commands
Two commands for running things as another user — usually as root. They look similar but serve different purposes and have different security models. Overview Command Full Name Purpose su Substitute User Switch to another user (usually root) sudo SuperUser DO Run a single command with elevated privileges Key difference: The su Command Switches to…