切换用户后命令继续执行


eg:

#!/bin/bash

su - test <<EOF

pwd;

exit;

EOF