- Anyone using a Linux computer is a user
- The system keeps track of different users, by username
- Security features allow different users to have different privileges
- Users can belong to groups, allowing security to be managed for collections of people with different requirements
- Use
su
to switch to a different user: Quicker than logging off and back on again su
prompts you for the user's password:
$ su - bob
Password:
The -
option makes su behave as if you've logged in as that user