Results 1 to 5 of 5
hi all
i just want to know how ifconfig command works in linux like how it interacts with the kerel and hardware to get the ip address.
can anyone tell ...
- 03-18-2009 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 8
ifconfig
hi all
i just want to know how ifconfig command works in linux like how it interacts with the kerel and hardware to get the ip address.
can anyone tell me where i can find soruce code for ifconfig or how it was implemented?
- 03-18-2009 #2
I believe ifconfig falls into the category of net-tools
How you get the source code depends on your distribution
- 03-18-2009 #3Just Joined!
- Join Date
- Sep 2007
- Location
- Lafayette, IN
- Posts
- 83
Google says:
net-tools | freshmeat.net
- 03-19-2009 #4Just Joined!
- Join Date
- Jan 2009
- Posts
- 8
i am using fedora 9...so where can i find the source?
- 03-31-2009 #5Just Joined!
- Join Date
- Mar 2008
- Location
- Hyderabad
- Posts
- 20
Hi
find kernel version of your machine by givind this command#uname -r
then down load corresponding kernel source from The Linux Kernel Archives.
Thanks,
--Venkatesh


Reply With Quote