InterviewSolution
Saved Bookmarks
| 1. |
What command is used to switching between users in Unix? |
|
Answer» Use the ‘su’ COMMAND to switch between USERS in Unix. Syntax – su [options] [USERNAME] |
|