1. 首页
  2. 数据库
  3. 其它
  4. touch shell脚本并修改为777权限的方法

touch shell脚本并修改为777权限的方法

上传者: 2021-02-21 18:58:37上传 PDF文件 37.67KB 热度 11次
mksh.sh #!/bin/bash for i in $@ do touch ${i} chmod 777 ${i} echo #!/bin/bash>${i} done mkcpptest.sh #!/bin/bash for i in $@ do touch ${i} echo '#include #include using namespace std; int main(int argc, char** argv){ return 0; }'>${i} done #创建 cppF=tim
下载地址
用户评论