I'm using SSH to connect to my VPS server and I'd like to check my mail logs. I'm very new to Unix, but trying to nano the files gives me a permissions error. I don't want to log in as root, and my user is a part of the wheel, but using su isn't working either. What's the proper way to view these files without using root?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
|||
|
looks like wheel has ether no permission to use that command or your user is not in wheel. In your /etc/sudoers file you can maybe find a line like
if not add this line to allow users that are in wheel to use sudo. (dont add this if another group can sudo like %admin in some distros. Add your user to admin in that case) You have to do this as root. Check if you are realy in wheel with
If not add yourself to wheel. Again as root.
|
|||
|
try
|
|||||
|
suisn't working either" - Can you be more specific? – Dennis Williamson Aug 10 '10 at 17:27