特牛网址导航

Linux 增强_linux 命令增强是什么意思-CSDN博客

网友收藏
文章浏览阅读118次。查找命令1.1 grep  grep 命令是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹配的行打印出来。  格式:grep [option] pattern [file]  可使用 —help 查看更多参数。  使用实例:ps -ef | grep sshd #查找指定 ssh 服务进程ps -ef | grep sshd | grep -v grep #查找指定服务进程,排除 gerp 本身ps -ef | grep sshd –c #查找指定进程个数cat a.._linux 命令增强是什么意思