Concept Flow - su (switch user)
User runs 'su'
Prompt for password
User enters password
Password correct?
No→Access denied, exit
Yes
Switch to target user shell
User works as new user
Exit shell to return to original user
The 'su' command asks for the target user's password, then switches the shell to that user if the password is correct.