Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-01-2003, 03:51 PM
|
#1
|
LQ Newbie
Registered: Apr 2003
Posts: 9
Rep:
|
dhcp assigned address
i'm a new newbie. this question will make this obvious.
i have redhat 8.0, i am set to recieve an ip address from a dhcp server. where do i go to see the ip address that has been assigned to me? (e.g. ipconfig)
|
|
|
04-01-2003, 03:55 PM
|
#2
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
Only one letter different from windoze - "ifconfig"
|
|
|
04-01-2003, 05:06 PM
|
#3
|
LQ Newbie
Registered: Apr 2003
Posts: 9
Original Poster
Rep:
|
when i try to run ifconfig from the bash shell it tells me "command not found" do i need to install this utility?
|
|
|
04-01-2003, 08:11 PM
|
#4
|
Member
Registered: Mar 2003
Distribution: Debian
Posts: 275
Rep:
|
nilbog,
It is not in your path, try '/sbin/ifconfig'. The "system binaries" (/sbin or /usr/sbin) are not normally in a regular users' $PATH. Try 'echo $PATH' to see yours. FYI, It is usually in the root's path though, use 'su -' to switch to the root user. (the dash on the su command reinitialized the enviroment for root, which includes the $PATH variable.)
Another way to find commands is to use locate or find.
'locate ifconfig|more'
or
'find / -name ifconfig'
The find method actually searches the filesystem, so it takes longer. locate uses a database. Use man (manual pages) to find more info (i.e. ;man find').
I usually change the path, on my logins.
Hope that helps,
chris
|
|
|
04-02-2003, 11:17 AM
|
#5
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
Thats good advice - you could also add that to update the locate database you run "updatedb" (can be put in a cron job).
Another command for finding specific programs is whereis. "whereis ifconfig" shows "ifconfig: /sbin/ifconfig /usr/share/man/man8/ifconfig.8.gz"
|
|
|
All times are GMT -5. The time now is 05:56 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|