Report this

What is the reason for this report?

how can i give permission of adduser to a simple user which is not in wheel group cent os7

Posted on August 4, 2018

i have tried giving special permission to user and group on file /usr/sbin/useradd but still if i login from a simple user and run useradd it gives me an error saying permission denied.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Useradd is only intended to be run by root, because when you run that command it will be making changes in other files and directories that are owned by root:wheel - so you shouldn’t be trying to give access to anyone else to issue that command, it is explicitly reserved only for root.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.