Unix user alias

unixuser-management

is there a way to set up user aliases in unix such that if you have a user, my_user, they can log in with an alternate username, i.e. my_user_alternate and still be logged in as my_user?

Best Answer

Yes, create the new user and set its UID to be the same as the other one.

This is commonly used to create "alternate" root logins.