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