If you’re a new Linux admin, you probably at least know about sudo. Sudo stands for “super user do” and allows standard users to take admin-level actions, such as installing software. Even though most ...
Back in the early days of Linux, things were exponentially more complicated. The distributions were far less mature and required a particular system account to get things done. That account was root - ...
Sudo is a powerful but imperfect Linux tool. These tips can help make using sudo easier and safer. Always use caution when monkeying with sudo. I started using Linux prior to the advent of sudo. Back ...
OK, it looks like you need to employ some extra privilege. In general, you can’t write to a system log file with your user account. Let’s try that again with sudo. The response to the first of the ...
ZDNET key takeaways Logging in as the root user should never be done on Linux.Using the root account could lead to ...
If you’ve been using Linux for any length of time, at some point in some tutorial or troubleshooting guide you’ve more than likely encountered Linux’s magic word: “sudo”. A casual observer probably ...
The sudoers file can provide detailed control over user privileges, but with very little effort, you can still get a lot of benefit from sudo. In this post, we’re going to look at some simple ways to ...