Report this

What is the reason for this report?

Change Ownership of a folder

Posted on November 6, 2014

Hi Guys am trying to change ownership of a dir using this command:

“sudo chown -R test:test test/”.

However, am getting this message " forge is not in the sudoers file. This incident will be reported. "

I don’t know what this means can you please help?

Thanks

Yomi



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.

Actually, that won’t help.

test is not the user who is running the command, forge is.

This means that you need to add forge to the sudoers file with appropriate permissions to run the chown command, either with or without having to enter a password.

The problem you have is that this user, forge, is not in the sudoers list, and as such is unable to add themselves to it, this has to be done by root or another user with sudo privileges as ITNerdBox stated.

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.