i need to find the last 15 users that logged in to the system. i know there are commands like 'w' or 'who' or 'users' but as much as i know those commands refer only to users currnetly logged-in. but i need the user names of the 15 last active users - even if they already logged out...
the man of users say:
users - print the user names of users currently logged in to the current host
which command/s i need to find data about users that not active right now?