> From: "Ragnar Wiencke" <[EMAIL PROTECTED]>
>
> Hi there.
> Would anyone of you guys please explain why I can't run for example
> 'ifconfig' or 'ntsysv' when I use su in a telnet session? I allways get the
> 'bash: ifconfig: command not found' message. I thought that su would give me
> all the root rights.
> Looking forward to all your answers.
> Ragnar W.
>
> [EMAIL PROTECTED]
It's a path problem - these commands are in /usr/sbin or /sbin which
isn't in your noraml user's path. Either, use the fullpath or add
those directoris to the user's path or use: "su -" instead of: "su".
Dave
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.