Switch to Another User in UNIX & Linux

You can use su command to switch to another user in a UNIX and Linux operating system.

1. Switch to root account.

# su -

2. Switch to user ‘itsiti’ account.

# su - itsiti

You May Also Like

Leave a Reply?