LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ifconfig doesn't work (https://www.linuxquestions.org/questions/linux-newbie-8/ifconfig-doesnt-work-298460/)

woodland56 03-06-2005 05:30 PM

ifconfig doesn't work
 
hi

i am typing 'ifconfig -a' and i get that command not found

help

cs-cam 03-06-2005 05:34 PM

What distro are you using? Maybe try logging in as root, you probably shouldn't have to (I don't) but it's worth a shot.

woodland56 03-06-2005 05:40 PM

i tried to log in as a root but didn't work

ampex189 03-06-2005 05:42 PM

what distro are you running?

woodland56 03-06-2005 05:57 PM

hi

i am on fedora core 3

JimBass 03-06-2005 11:29 PM

To get ifconfig to work On Fedora, you need to be full root, you get to that by doing
Code:

su -
Just su isn't enough, you need to be su -.

Peace,
JimBass

wpn146 03-09-2005 01:05 PM

Re: ifconfig doesn't work
 
Quote:

Originally posted by woodland56
hi

i am typing 'ifconfig -a' and i get that command not found

help

ifconfig is in /sbin. You either need /sbin in your path or type:
Code:

/sbin/ifconfig -a

Komakino 03-09-2005 01:34 PM

Quote:

Originally posted by DJ P@CkMaN
What distro are you using? Maybe try logging in as root, you probably shouldn't have to (I don't) but it's worth a shot.
Yes you should - /sbin shouldn't be in the path of a normal user.


All times are GMT -5. The time now is 10:04 PM.