On Fri, 2007-03-23 at 22:23 +0200, Alexey Eremenko wrote: > Other priviledge problem, that I would like to solve: > Why simple utilities, such as ifconfig and traceroute require root > priviledges ?
I think you just don't have PATH to the commands. Try full path like: /usr/sbin/traceroute 4.2.2.2 If it works, then check "echo $PATH". Toshi -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
