安装 virtualbox centos 之后
vi test.sh
echo ‘bigman is here:)‘;
chmod +x ./test.sh
//可用ls -l 查看文件权限
./test.sh
//bigman is here
安装 virtualbox centos 之后
vi test.sh
echo ‘bigman is here:)‘;
chmod +x ./test.sh
//可用ls -l 查看文件权限
./test.sh
//bigman is here
virtualbox 安装centos ,运行shell 脚本
原文:https://www.cnblogs.com/bigman-bugman/p/8118464.html