answersLogoWhite

0


Best Answer

ifconfig is the usual favorite for looking at the configuration of network interfaces. IT'll provide detailed information about them all, not the least of which is any assigned IP address.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What command you will see from linux which is the machine's IP address?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you find out your IP address?

if you are running a windows o.s you use the ipconfig command in the command prompt if its a linux machine you use ifconfig command in the terminal If you want to know the IP address that websites see when you visit them, see the related links section for a resource on that.


What is the command in Linux to see the groups of a user?

groups username


What command prompt would you use in Linux to see filesystems in use?

mount


How can you get Linux to see your Windows machines and vice-versa?

You have to use so called SMB server (usually it's included in each Linux installation) which allows to communicate Linux with windows.


What is the ip address of linerider.com?

This may change.If you are Windows open Command Prompt and type ping linerider.com. Do the same on Linux but just with the shell.From both you will see an IP number such as 1.2.3.4. That will be the IP address of the web server hosting the site.


How do you automate a command in Linux?

Use the cron jobs See /etc/cron.daily /etc/cron.weekly /etc/cron.hourly /etc/crontab and the command crontab


How do you show mac address and which command using to see mac address?

it depends on your operating system. On windows the command is: ipconfig /all


When one enters the who command in Linux what information does one see?

The basic 'who' command lets you see the time of last system boot; list of users logged-in; the current run level, etc.


How do you see an ip address on command prompt?

By typing ipconfig \all in cmd prompt,we can see our ip address.


What command to request a IP address?

If you mean your own internal address, at the command prompt, type "ipconfig" For most users, your public IP address will change but is normally different to your local address. Typically, your local address is a private address that others can't see.


How do you get the IPA of a computer from the command prompt?

In command prompt write "ipconfig/all" command and then press [enter]. And see the IPv4 Address section in the commend prompt.


Can it is possible the more than one same user in who command in Linux?

If you're asking if it's possible to see more than one user in the who command, the answer is yes. The entire purpose of the command is to track logged in users. Now, the question is whether the permissions allow you to see other users or not.