who command in Unix | Linux Tutorial

who command in Unix

Who are the users? who command answers this question. who command displays all the users logged on to the system.

who

it displays the username, their login time, their process ID, current activity and terminal number.

who -H

H option is used to show column headers with the columns.

who am i

it displays the information of the current user.

Comments