|
Search Forums:
|
|||||||
| Forums | Register | Forum Rules | Linux and Unix Links | Man Pages | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| 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 !! |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
what is the command to get my ip ?
is there any build in command that gives you the local ip ?
|
| Sponsored Links | |
|
|
|
#2
|
|||
|
|||
$ uname -a This gives you system info |
| Sponsored Links | ||
|
|
|
#3
|
||||
|
||||
|
Quote:
|
|
#4
|
|||
|
|||
|
ifconfig -a
|
| Sponsored Links | |
|
|
#5
|
|||
|
|||
|
Quote:
Code:
ifconfig <interface> |
| Sponsored Links | |
|
|
#6
|
||||
|
||||
|
The ifconfig commands often require superuser privs. Use netstat instead. The syntax is Code:
netstat -in |
| Sponsored Links | |
|
|
#7
|
||||
|
||||
|
Quote:
|
| Sponsored Links | ||
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
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 |
|
|