PDA

View Full Version : iwconfig, ifconfig availability?


cm1967
2007-10-30, 10:02 AM CDT
hello all,

i'm a recent convert from ubuntu to fedora. when running ubuntu, i would regularly use ifconfig and iwconfig. i can't seem to find these tools under fedora. is there an alternative or is it possible to get iwconfig and ifconfig?

thanks!

Iron_Mike
2007-10-30, 11:27 AM CDT
Try:

/sbin/iwconfig ifconfig
or

/usr/sbin/iwconfig ifconfig

OR open a terminal window and su - (su dash) to root and type:

iwconfig or ifconfig

cm1967
2007-10-30, 11:56 AM CDT
Thanks for the reply. Unfortunately, running /usr/sbin/iwconfig ifconfig or /usr/sbin/iwconfig iwconfig doesn't work. Even as root.

I tried ifconfig and iwconfig before posting this question and it didn't work.

Thanks for your help!

markkuk
2007-10-30, 12:26 PM CDT
See the Fedora Basics FAQ (http://www.fedorafaq.org/basics/). You must use "su -" to become root.

cm1967
2007-10-30, 12:59 PM CDT
that got it! thanks for your help!!

i forgot about the "-" flag.......