finger

finger

The finger command in Linux is a command-line utility that can be used to get information about users on a system. It can be used to display the user's name, real name, login name, shell, and other information.

The user argument is the name of the user that you want to get information about.

The finger command is a powerful tool that can be used to get information about users on a system. It can be used to troubleshoot problems with users, to manage users, and to learn more about users.

For example, the following command will get information about the user root:

finger root

The finger command will output the following information:

Login: root
Name: root
Directory: /root
Shell: /bin/bash
On since Wed Jun 22 14:39:33 2022

No mail.

Last login Wed Jun 22 14:39:33 2022 from 192.168.1.1

help

breakdown

Last updated