shell公用函數functions

來源:互聯網
上載者:User

checkpid:檢查是否已存在pid,如果有一個存在,返回0(通過查看/proc目錄)
daemon:啟動服務
killproc:殺死某個進程
pidfileofproc:尋找某個進程的pid
pidofproc:同上,使用pidof命令
status:返回一個服務的狀態
echo_success,echo_failure,echo_passed,echo_warning分別輸出各類資訊
success,failure,passed,warning分別記錄日誌並調用相應的方法
action:列印某個資訊並執行給定的命令,它會根據命令執行的結果來調用
strstr:判斷 1是否含有 1是否含有2
confirm:顯示 “Start service $1 (Y)es/(N)o/(C)ontinue? [Y]”的提示資訊,並返回選擇結果

執行:. /etc/rc.d/init.d/functions
報錯:Can’t open /etc/rc.d/init.d/functions
解決:ln -s /lib/lsb/init-functions /etc/rc.d/init.d/functions

報錯:daemon: fatal: refusing to execute unsafe program: /usr/bin/java (/opt is group and world writable)
解決:chmod -R 755 /opt

參考文檔:
http://www.cnblogs.com/image-eye/archive/2011/10/26/2220405.html

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.