Unix is a multi-user operating system, which means that multiple users can be logged in and working on the system at the same time. As an administrator, it is important to be able to check which users are currently logged in to the system and what they are doing. There are a number of commands that can be used to check users in Unix, including the who command, the w command, and the finger command.
The who command displays a list of all users who are currently logged in to the system, along with the date and time they logged in, the terminal they are logged in from, and the hostname of the machine they are logged in from. The w command displays a similar list of users, but it also includes information about what each user is doing. The finger command displays information about a specific user, including their full name, email address, and phone number.