To run a command as a different user use su command: ``` su <username> -c 'command' ```