運維的常用命令

zlingyi發表於2017-11-24

----查詢字串

find solrcloud -type f | xargs grep 50412


----查殺某個埠的程式

ps -ef|grep redis|grep 6902|awk '{print $2}'|xargs kill -9


----批次替換某檔案的內容

sed -i "s/67.102/51.172/g" sentinel.conf

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28686045/viewspace-2147736/,如需轉載,請註明出處,否則將追究法律責任。

相關文章