You are not logged in.
Pages: 1
Hi I have created a new user and added them to the wheel group but they are still not able to use the sudo command. how can I fix this?
Offline
You need to set up sudo. The default configuration doesn't give any rights to any group or user.
As root type
visudo
There you will see some examples.
You are also encouraged to read the sudo man page.
Last edited by moljac024 (2008-03-02 10:40:30)
The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...
Offline
alright thanks ill try that out soon.
Offline
ok i typed visudo but I got
bash: visudo: command not found
Offline
Are you sure you have sudo installed? Try just running sudo..
If it's not there you need to install it with pacman -S sudo
Offline
oh thanks i didnt know that it wasnt preinstalled thanks it works now
Offline
Pages: 1