原创 shell 案例

編寫 hello world 腳本 #!/bin/bashecho "hello world" 通過位置變量創建 Linux 系統賬戶及密碼 #!/bin/bash#$1 是執行腳本的第一個參數,$2 是執行腳本的第二個參數user