View the last logged-on user information in CentOS

Source: Internet
Author: User
Tags egrep

We know that in redhat, you can use lastlog to view the last logon information of each user, and use last to view the logon information of the specified user.

View user login information:

Last

Command details
Function Description: lists information related to users who have logged on to the system in the past.

Syntax: last [-adRx] [-f <Record File>] [-n <display Number of columns>] [account name...] [terminal number...]

Note: Execute the last command separately. It will read the file named wtmp in the/var/log directory, and display all the usernames of the login system recorded in the file.
Parameters:
-A displays the host name or IP address from which to log on to the system in the last line.

-D. Convert the IP address to the host name.

-F <Record File> specifies the record file.

-N <display columns> or-<display columns> sets the number of columns displayed in the list.

-R does not display the host name or IP address used to log on to the system.

-X displays information such as system shutdown, reboot, and change of execution level.

Lastlog

Only record the Last login time of each user,/var/log/lastlog

For example, check whether the root and admin have logged on in the last 20 days:
# Lastlog-t 20 | egrep "root | admin"

View the logged-on users in the last 20 days, except root and admin:
# Lastlog-t 20 | egrep-v "root | admin"

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.