When I execute users command, it output two users with same name. Why are there two users? I'm pretty sure that I created just one user.
i.e
username@Computer:~$ users
gives following output
username username
|
When I execute i.e
gives following output
|
|||||
|
|
The In your case, it returns the same user name twice because you are probably logged in twice. You can check by using the
See the manual pages for more information ( |
|||||||||||
|