I need to run this:
sudo adduser ...
feedback
|
|
Reboot the box in single user mode.
| ||||
|
feedback
|
|
Perhaps, the design of security can help to clarify your question: Do you really need to be a sudo? Can you circumvent your problem? There is a beautiful picture here about the process:
Manuals have all kind of nice statements about security, but be realistic! Security is a process that you can not buy from a store. If someone finds a security hole in your system, he may be able to run "sudo commands" without being a "sudo". Your goal is not necessarily to run "sudo commands" at all. Like the picture showed, people tend to cicumvent security measures. Be pragmatic, and please do not try to head towards a brick wall. Hopefully, the links help. | |||||||||
feedback
|
|
You can't. | |||||
feedback
|
|
It's not clear what you mean, but is the real question "How do I allow users to create other users?" then be careful to not allow "adduser --uid 0 rewt". | ||||
|
feedback
|
|
So do I. I need to run "sudo adduser" on your system so that I can create a user with a UID of 0. Perhaps we can work out a trade. | ||||
|
feedback
|
|
The answer is in the question, you can't. You'll have to ask the support people to do it for you. | ||||
|
feedback
|
|
Getting sudo access. Afterwards, you can go to the "FireNUKES" directive that's included in every self-respecting Linux shell. Ok, no. Reading just the tinniest bit of the shell documentation will help you understand why is this question nonsense. | ||||
|
feedback
|
|
There is many shell escapes possibles with sudo. More details : man sudo | ||||
|
feedback
|
|
if you have an unlimited sudo, meaning sudo can run any command you can swith to the root user with sudo
| ||||
|
feedback
|
|
What's the problem? You're not in the sudoers group, or the sudo program doesn't exist? | ||||
|
feedback
|