我们使用下面的脚本作为EC2实例的用户数据.我不明白什么是-ex选项用于?
-ex
#!/bin/bash -ex yum update -y yum groupinstall -y "Web Server" "MySQL Database" "PHP Support" service httpd start chkconfig httpd on
linux bash shell scripting
bash ×1
linux ×1
scripting ×1
shell ×1