Discussion:
Whereis ethtool?
Jitesh Verma
2002-07-11 12:35:36 UTC
Permalink
Hi all,
I have heard a lot about ethtool. It is supposed to be a tool
for ethernet cards. I do not see this tool anywhere in redhat
linux 7.0-7.3. I do not see manpage also. 'whereis' command also
does not show ethtool.
Can sombody tell me where tool is located in redhat linux
directory structure?

Thanks,
Jitesh


_________________________________________________________
There is always a better job for you at Monsterindia.com.
Go now http://monsterindia.rediff.com/jobs
Michael Schwendt
2002-07-11 13:17:51 UTC
Permalink
On 2002-07-11, Jitesh Verma wrote:

JV> I have heard a lot about ethtool. It is supposed to be a tool
JV> for ethernet cards. I do not see this tool anywhere in redhat
JV> linux 7.0-7.3. I do not see manpage also. 'whereis' command also
JV> does not show ethtool.
JV> Can sombody tell me where tool is located in redhat linux
JV> directory structure?

This one?

$ rpm --redhatprovides /usr/bin/ethtool /usr/sbin/ethtool
error: file /usr/bin/ethtool: No such file or directory
ethtool-1.5-1

Michael

--
Kevin McConnell
2002-07-11 17:40:10 UTC
Permalink
Post by Jitesh Verma
I do not see manpage also. 'whereis'
command also
does not show ethtool.
Though this isn't really the appropriate list for this
question, I will still answer with a realistic answer.
You should use the which command instead. It's on many
more systems than whereis.
Post by Jitesh Verma
Can sombody tell me where tool is located in
redhat linux
directory structure?
I believe Mike already showed you where it is.


=====
Kevin C. McConnell --RHCE-- <RedHat Certified Engineer>

__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com
John Summerfield
2002-07-12 13:25:24 UTC
Permalink
Post by Kevin McConnell
Post by Jitesh Verma
I do not see manpage also. 'whereis'
command also
does not show ethtool.
Though this isn't really the appropriate list for this
question, I will still answer with a realistic answer.
You should use the which command instead. It's on many
more systems than whereis.
Which only checks the path.

See the difference:

[***@skink incoming]$ which ifconfig
/usr/bin/which: no ifconfig in (/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/bin/:/usr/local/sbin/:/usr/sbin/:/home/summer/bin:/usr/local/bin/:/usr/local/sbin/:/usr/sbin/)
[***@skink incoming]$ whereis ifconfig
ifconfig: /sbin/ifconfig /usr/share/man/man8/ifconfig.8.gz
[***@skink incoming]$
--
Cheers
John Summerfield

Microsoft's most solid OS: http://www.geocities.com/rcwoolley/

Note: mail delivered to me is deemed to be intended for me, for my disposition.

==============================
If you don't like being told you're wrong,
be right!
Kevin McConnell
2002-07-12 14:41:10 UTC
Permalink
Post by John Summerfield
Which only checks the path.
/usr/bin/which: no ifconfig in
(/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/bin/:/usr/local/sbin/:/usr/sbin/:/home/summer/bin:/usr/local/bin/:/usr/local/sbin/:/usr/sbin/)
Post by John Summerfield
ifconfig: /sbin/ifconfig
/usr/share/man/man8/ifconfig.8.gz
Ah, so then for completeness, were you going to
mention locate also? LOL :oP

=====
Kevin C. McConnell --RHCE-- <RedHat Certified Engineer>

__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com

Jitesh Verma
2002-07-12 13:15:57 UTC
Permalink
Hi Michael,
I did not find ethtool in /usr/bin or /usr/sbin directory. I did
not find ethtool-1.5-1 as well.
'which' command also does not show it.

Is there any problem with my installation?
Please help.

Regards,
Jitesh
Post by Michael Schwendt
JV> I have heard a lot about ethtool. It is supposed to be a
tool
JV> for ethernet cards. I do not see this tool anywhere in
redhat
JV> linux 7.0-7.3. I do not see manpage also. 'whereis' command
also
JV> does not show ethtool.
JV> Can sombody tell me where tool is located in redhat linux
JV> directory structure?
This one?
$ rpm --redhatprovides /usr/bin/ethtool /usr/sbin/ethtool
error: file /usr/bin/ethtool: No such file or directory
ethtool-1.5-1
Michael
--
_______________________________________________
Redhat-devel-list mailing list
https://listman.redhat.com/mailman/listinfo/redhat-devel-list
_________________________________________________________
There is always a better job for you at Monsterindia.com.
Go now http://monsterindia.rediff.com/jobs
Michael Schwendt
2002-07-12 13:27:32 UTC
Permalink
On 2002-07-12, Jitesh Verma wrote:

JV> I did not find ethtool in /usr/bin or /usr/sbin directory. I did
JV> not find ethtool-1.5-1 as well.
JV> 'which' command also does not show it.

ethtool-1.5-1 is a package name.
Install ethtool-1.5-1.i386.rpm, it's on disc #2.

--
Loading...