Multiple choice technology operating systems

What is the command to check all the recent logins with IP address on my AIX server?

  1. last

  2. logins

  3. recentlogin

  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The 'last' command displays a history of recent user logins, including username, terminal, IP address (for remote logins), and timestamps. It reads from the wtmp or utmp log files. The other options (logins, recentlogin) are not standard Unix commands, making 'last' the correct choice.