mtr command not found
I am being asked by the data center to run mtr to a client's IP. It's installed, in /usr/sbin and permissions are set at -rwxr-xr-x but when I run mtr someip I get bash: mtr: command not found.
-
yum install mtr 0 -
Yeah. It's installed. Already did that. What's weird is the dc support they can get it to run. 0 -
try /usr/sbin/mtr or yum reinstall mtr 0 -
Hello, If the mtr binary is owned by root:root, non-root users will not be able to run this command. You'll need to add the SetUID bit onto that binary, and non-root users will then be able to run that command. 0 -
/usr/sbin/mtr works. Thanks. I don't have users that would need to run mtr on their own. 0
Please sign in to leave a comment.
Comments
5 comments