Results 1 to 7 of 7
I have a great tool, but can only use it fully when log in as root, but not when log in as regular user. When I want to view dmesg, ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-29-2011 #1Linux Newbie
- Join Date
- Aug 2009
- Posts
- 156
You don't have enough permissions to read the file. for Log File Viewe
I have a great tool, but can only use it fully when log in as root, but not when log in as regular user. When I want to view dmesg, I get, You don't have enough permissions to read the file. How do I change permissions for this application, which is under applications, System tools, Log File Viewer? I am trying to solve other problems and am in dire need of this tool. I guess I am still a noob.
- 07-29-2011 #2
- 07-29-2011 #3Linux Newbie
- Join Date
- Aug 2009
- Posts
- 156
- 07-29-2011 #4
Do you know the command to launch it from a terminal window?
If so, then yeah... just tack sudo to the front of it.Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 07-29-2011 #5
make sure you have sudo installed emerge -pv sudo
after that check what commands your user has sudo -l
if necessary add entries to sudoers using visudo
... man sudo visudo sudoers should help
- 07-31-2011 #6Linux Newbie
- Join Date
- Aug 2009
- Posts
- 156
- 08-01-2011 #7
when you login as root what do you type to view a log file?
login as root and use which to find out location of the script/binary you are using to view the log file
output of sudo -l indicates user frank can run any command but will be prompted for your password


Reply With Quote

