The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com



UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Help Required: Command to find IP address and command executed of a user loggedout Security 2 08-06-2008 08:12 PM
how to? launch command with string of command line options TinCanFury Shell Programming and Scripting 5 04-28-2008 06:06 PM
inconsistent ls command display at the command prompt & running as a cron job rajranibl SuSE 5 07-30-2007 08:26 AM
How to use more than one MPE command STREAM with Unix command in a single shell? bosskr HP-UX 1 10-16-2006 04:16 PM
How to use more than one MPE command STREAM with Unix command in a single shell? bosskr Shell Programming and Scripting 0 09-19-2006 09:44 PM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 12-25-2005
Registered User
 

Join Date: Aug 2005
Posts: 239
what is the command to get my ip ?

is there any build in command that gives you the local ip ?
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 12-25-2005
Registered User
 

Join Date: Dec 2005
Location: USA
Posts: 1
Post try this

$ uname -a
This gives you system info
Reply With Quote
  #3 (permalink)  
Old 12-26-2005
Sergiu-IT's Avatar
Registered User
 

Join Date: Mar 2005
Location: Transilvania
Posts: 131
Quote:
Originally Posted by umen
is there any build in command that gives you the local ip ?
Try ifconfig.
Reply With Quote
  #4 (permalink)  
Old 12-26-2005
Registered User
 

Join Date: Aug 2004
Posts: 9
ifconfig -a
Reply With Quote
  #5 (permalink)  
Old 12-27-2005
Technorati Master
 

Join Date: Mar 2005
Location: k-tier distributed caching
Posts: 2,803
Quote:
Originally Posted by shashikandi
ifconfig -a
i believe you need to specify the interface along with ifconfig

Code:
ifconfig <interface>
Reply With Quote
  #6 (permalink)  
Old 12-27-2005
blowtorch's Avatar
Supporter
 

Join Date: Dec 2004
Location: Singapore
Posts: 2,349
The ifconfig commands often require superuser privs. Use netstat instead. The syntax is
Code:
netstat -in
Reply With Quote
  #7 (permalink)  
Old 12-27-2005
eugrus's Avatar
Registered User
 

Join Date: Jan 2005
Location: Russia
Posts: 93
Quote:
The ifconfig commands often require superuser privs
Not for just ifconfig without keys.
Reply With Quote
Google The UNIX and Linux Forums
Reply

Bookmarks

Tags
None

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:




All times are GMT -4. The time now is 07:35 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66