• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

how to find ip address in linux?

Or, if /sbin isn't in your path, type:
/sbin/ifconfig

(That's the location on RedHat 6.2, can't see it being different on Mandrake)

Not there, try:
whereis ifconfig

That'll find it.
 
this is wierd, i go to the sbin directory, and can see the file, but not run it. i've tried typing ifconfig , ifconfig eth0 , ifconfig -eth0 to no avail. i looked at the man page, but it doesnt help, it still doesnt work.

i know it is working cuz i see it init as eth0 during boot, added to the fact that im posting from linux now 🙂
 
also as a ramdom question, what does a * or @ after a file's name mean in the file list? i'm guessing the @ stuff i cant use since i'm not logged in as root right?
 
score... logged in using su and it worked great 🙂

why would u be worried if it weren't for root? what can ifconfig do except display net status?
 
ifconfig is shorthand for InterFace CONFIGuration, or this utility handles all the real work of managing your NICs. This is one of the most important networking tools.

for example, I'd be pretty mad if anyone would do a ifconfig eth0 down on my box...

Ifconfig is everything, except showing statistics.
 
Back
Top