執行shell文件linux
1.創建 .sh 文件shell
touch hello.shbash
2.進入 hello.sh 文件blog
vi hello.sh進程
3.書寫表頭,與內容變量
#!/bin/bashim
aa="hallo"touch
4.保存退出img
Esc --> : --> wq --> enter文件
5 .賦予執行權
chmod +x hello.sh
6.執行 hello.sh 文件
. ./hello.sh
7.打印變量
echo $aa
*****其餘linux命令
pstree 查看內核進程