安装 virtualbox centos 之后
vi test.sh
echo 'bigman is here:)';
chmod +x ./test.sh
//可用ls -l 查看文件权限
./test.sh
//bigman is here