Sponsored Content
Operating Systems Linux SuSE No IP address displayed in who command Post 302615215 by bitlord on Thursday 29th of March 2012 09:40:11 AM
Old 03-29-2012
When I'm on a Linux box, mostly RHEL, the log is here.
/var/log/messages
As the guy above says you can also do this.
Code:
[antone@server ~]$ sudo last

This shows you everyone who is logged in and gives you the hostname or IP
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Command for showing IP Address

Hi everyone, nice forum! I need to know if there's a command that will show the IP Address of the machine you are logged into. Eg when you type hostname it returns the name of the machine, I need one that returns the IP address only. Can anyone help or suggest commands that are almost what I... (7 Replies)
Discussion started by: danhodges99
7 Replies

2. Shell Programming and Scripting

command to know the IP address

I know the hostname of the m/c which is in the network... whats d command to know the ip address associated with the hostname. (1 Reply)
Discussion started by: suri
1 Replies

3. Cybersecurity

Help Required: Command to find IP address and command executed of a user

Hi, I am trying to write a script which would figure out who has run which command and their IP. As i dont have any clue as to which commands would do this job, i request some gurus to help me on this. Thanks Vishwas (2 Replies)
Discussion started by: loggedout
2 Replies

4. Shell Programming and Scripting

how grep the inet address for in ifconfig command

hi, i want to know how to grep inet address for below below is the output of ifconfig command /home/JA> ifconfig eth0 Link encap:Ethernet HWaddr 00:11:0A:5B:2E:E9 inet addr:161.239.203.18 Bcast:161.239.203.127 Mask:255.255.255.128 UP BROADCAST RUNNING... (3 Replies)
Discussion started by: mail2sant
3 Replies

5. AIX

AIX:Command to get netaddress/subnet address command in IPv4/IP6

AIX:Command to get netaddress/subnet address command in IPv4/IP6 Can anybody help us with a command to retrieve netaddress/subnet address command in IPv4/IP6 on aix machine. net/subnet address is in the format 172.16.212.0(signifies all 255 machines in an IPv4 network) (2 Replies)
Discussion started by: rookie8278
2 Replies

6. Solaris

Console - root command prompt displayed twice after hitting enter

Dear All, I hope you can help me. I have a pair of E2900's I've inherited. Both running Solaris 9. Both have LOM> consoles. The problem I'm experiencing only occurs when connected to the /dev/console tty. Whenever I hit 'Enter' for a new line, I receive two new lines: - myhost# ... (11 Replies)
Discussion started by: aleith
11 Replies

7. Shell Programming and Scripting

configure from address in mailx command

Hi, I need to configure customized from address in mailx command. Can you pls tell me the option for configuring from address. Thanks Latika (9 Replies)
Discussion started by: latika
9 Replies

8. UNIX for Dummies Questions & Answers

Customizing from address in mailx command

Currently I am using mailx command for sending mails. But the mail is sent as from userid@servername by default. Is it possible to customise the from mail address in mailx command? Thanks (2 Replies)
Discussion started by: pandeesh
2 Replies

9. OS X (Apple)

Get IP address Command.

i need to pull ip address out after this command ifconfig | grep jnc0 -1 output: BOBVILLAMAC:~ bvilla$ ifconfig | grep jnc0 -1 inet 10.16.91.1 netmask 0xffffff00 broadcast 10.16.91.255 does anyone know how to do that (1 Reply)
Discussion started by: KrazyKracker23
1 Replies

10. UNIX for Beginners Questions & Answers

Find heartbeat ip address with cllsif command

hi~~ my Os is 6.1 i want to find heartbeat ip address from below result. i think, is it en7 onto both nodes? /usr/es/sbin/cluster/utilities/cllsif Adapter Type Network Net Type Attribute Node IP Address Hardware Address Interface Name Global Name ... (2 Replies)
Discussion started by: tomato00
2 Replies
networkd(8)						    BSD System Manager's Manual 					       networkd(8)

NAME
networkd -- network daemon. SYNOPSIS
networkd DESCRIPTION
networkd is a launch-on-demand daemon that performs opreations on behalf of code in libystem_network, a component of libSystem. networkd has no user-specifiable command-line argument, and users should not run networkd manually. LOGGING There are several methods with which to examine networkd's internal state for debugging and diagnostic purposes. The syslog(1) logging levels map as follows: Error - Error messages Warning - Non-fatal concerns Notice - Internal state messages Info - Informational messages By default, only log level Notice through Error is logged. Syslog may be used to modify the mask which logging levels are logged. For example, to enable log levels Emergency - Debug : % sudo syslog -c networkd -d The networkd settings file may also be used to change the log level. This method will add some additional logging that may be missing using the syslog technique listed above. This method is also persistent across runs of networkd For example, to enable log levels Emergency (1) through Debug (7): % sudo defaults write /Library/Preferences/com.apple.networkd networkd_log_level -int 7 The networkd settings file may also be used to change the log level for code in libsystem_network. For example, to enable log levels Emer- gency (1) through Debug (7) for libsystem_network code: % sudo defaults write /Library/Preferences/com.apple.networkd libnetcore_log_level -int 7 A SIGINFO signal will dump a snapshot summary of the internal state to the system log at log level NOTICE : % sudo killall -INFO networkd FILES
/usr/libexec/networkd The binary. /System/Library/LaunchDaemons/com.apple.networkd.plist The launchd.plist(5) controlling the networkd job. /Library/Preferences/com.apple.networkd.plist An optional preferences file read by networkd. BUGS
networkd bugs are tracked in Apple Radar component "networkd". HISTORY
networkd first appeared in Mac OS X 10.7. SEE ALSO
networkd_privileged(8), syslogd(8), launchd.plist(5) Darwin June 2, 2019 Darwin
All times are GMT -4. The time now is 04:33 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy