大數據day2~Linux增強

Linux增強 常用查找命令: 1.1 grep 文本搜索工具,用正則表達式搜索文本,並把匹配的打印出來 ps -ef | grep sshd 查看指定的ssh服務進程 ps -ef |grep sshd  | grep -v grep 查找指定服務進程排除grep ps -ef | grep sshd -c 查找指定進程個數 1.2 find  全部遍歷  find .-name "*.log"
相關文章
相關標籤/搜索