virtualbox 安装centos ,运行shell 脚本

安装 virtualbox centos 之后

 

vi test.sh

echo 'bigman is here:)';

chmod +x ./test.sh

//可用ls -l 查看文件权限

./test.sh

 

//bigman is here

posted @ 2017-12-26 16:06  bigman-bugman  阅读(269)  评论(0)    收藏  举报