su # Run shell as another user. Become another user on the command line # $ su <user> When no user is specified, it’s assumed to be the super user. Execute a specified command # $ su -c '<command(s)>' Such as su -c 'ls -alh /root/*'.