I have two machines. On one, a non-root user can run ethtool and gets output, on the other machine the same user gets sh: ethtool: command not found.
If I sudo su - to be root, then ethtool is indeed there, so it must be a privs issue, perhaps the sudoers file?
I would like ethtool to be runnable by this user on the second machine.
I'm running RHEL4 on the first machine and RHEL5 on the second.
How can I make ethtool runnable (without needing to sudo) on the RHEL5 machine?
Thanks in advance
Rich