hoge66

1.touch hello.sh

2.vim hello.sh
键入i
插入#!/bin/sh
echo hello world;
键入:
esc
:
wq
3.chmod 700 hello.sh

4. 执行./hello.sh

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2020-05-22
  • 2021-09-21
  • 2022-12-23
  • 2021-04-07
  • 2021-12-14
  • 2021-08-07
  • 2021-12-24
猜你喜欢
  • 2021-12-24
  • 2021-12-02
  • 2021-09-01
  • 2021-05-23
  • 2021-11-08
  • 2022-12-23
  • 2021-11-13
相关资源
相似解决方案