
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 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