SHARE
Facebook X Pinterest WhatsApp

How to add users to /etc/sudoers

Written By
JW
Jack Wallen
Jan 7, 2010

“If you’ve worked with a Linux long enough, you will have
come in contact with the sudo utility. What is sudo? Sudo has been
brilliantly described by the XKCD comic here. What sudo does is
allow a user to run commands and applications with the security
privileges of another user. Most often this is used in
distributions where the root user has been locked out and then
gives the standard user the privileges to do things like install
applications or run applications that would normally require
administrative rights. For example: When you want to restart
networking you would normally run the command
/etc/init.d/networking restart as the administrative user. But
without being able to log in as the administrative user, you would
instead issue that same command like: sudo /etc/initi.d/networking
restart. You would be asked for your users’ password and
networking would restart.

“But what if, as a system administrator, you add a new user and
want to give them similar sudo rights? How do you go about doing
this? Could you just open the /etc/sudoers file in your favorite
text editor and make some changes? No. There is another tool that
you must use called visudo. The reason for this is that the visudo
command ensures that only one person can edit the /etc/sudoers file
at a time…”

Complete
Story

JW

Jack Wallen

Recommended for you...

Red Hat reveals major enhancements to Red Hat Enterprise Linux AI
sjvn
Oct 22, 2024
How to Find AWS EC2 Instance Type Over SSH (6 Methods)
Benny Lanco
Sep 23, 2024
Crond: Daemon to Execute Scheduled Commands
Rose Hosting Blog
Sep 20, 2024
A Detailed Introduction to Oracle VirtualBox
Senthil Kumar
Sep 19, 2024
Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.