http://man.linuxde.net/pgrep
http://man.linuxde.net/pkill
当前位置:首页 » 系统管理 » pgreppgrep命令进程和作业管理pgrep命令以名称为依据从运行进程队列中查找进程,并显示查找到的进程id。每一个进程ID以一个十进制数表示,通过一个分割字符串和下一个ID分开,默认的分割字符串是一个新行。对于每个属性选项,用户可以在命令行上指定一个以逗号分割的可能值的集合。语法pgrep(选项)(参数)选项-o:仅显示找到的最小(起始)进程号;-n:仅显示找到的最大(结束)进程号;-l:显示进程名称;-P:指定父进程号;-g:指定进程组;-t:指定开启进程的终端;-u:指定进程的有效用户ID。参数进程名称:指定要查找的进程名称,同时也支持类似grep指令中的匹配模式。实例pgrep -lo httpd4557 httpd[root@localhost ~]# pgrep -ln httpd4566 httpd[root@localhost ~]# pgrep -l httpd4557 httpd4560 httpd4561 httpd4562 httpd4563 httpd4564 httpd4565 httpd4566 httpd[root@localhost ~]# pgrep httpd4557
来自: http://man.linuxde.net/pgrep
来自: http://man.linuxde.net/pgrep
当前位置:首页 » 系统管理 » pgreppgrep命令进程和作业管理pgrep命令以名称为依据从运行进程队列中查找进程,并显示查找到的进程id。每一个进程ID以一个十进制数表示,通过一个分割字符串和下一个ID分开,默认的分割字符串是一个新行。对于每个属性选项,用户可以在命令行上指定一个以逗号分割的可能值的集合。语法pgrep(选项)(参数)选项-o:仅显示找到的最小(起始)进程号;-n:仅显示找到的最大(结束)进程号;-l:显示进程名称;-P:指定父进程号;-g:指定进程组;-t:指定开启进程的终端;-u:指定进程的有效用户ID。参数进程名称:指定要查找的进程名称,同时也支持类似grep指令中的匹配模式。实例pgrep -lo httpd4557 httpd[root@localhost ~]# pgrep -ln httpd4566 httpd[root@localhost ~]# pgrep -l httpd4557 httpd4560 httpd4561 httpd4562 httpd4563 httpd4564 httpd4565 httpd4566 httpd[root@localhost ~]# pgrep httpd4557
来自: http://man.linuxde.net/pgrep
来自: http://man.linuxde.net/pgrep
Linux命令大全 首页搜索 系统管理 网络管理 软件·打印·开发·工具 文件和目录管理 硬件·内核·Shell·监测 Linux Today当前位置:首页 » 系统管理 » pgreppgrep命令进程和作业管理pgrep命令以名称为依据从运行进程队列中查找进程,并显示查找到的进程id。每一个进程ID以一个十进制数表示,通过一个分割字符串和下一个ID分开,默认的分割字符串是一个新行。对于每个属性选项,用户可以在命令行上指定一个以逗号分割的可能值的集合。语法pgrep(选项)(参数)选项-o:仅显示找到的最小(起始)进程号;-n:仅显示找到的最大(结束)进程号;-l:显示进程名称;-P:指定父进程号;-g:指定进程组;-t:指定开启进程的终端;-u:指定进程的有效用户ID。参数进程名称:指定要查找的进程名称,同时也支持类似grep指令中的匹配模式。实例pgrep -lo httpd4557 httpd[root@localhost ~]# pgrep -ln httpd4566 httpd[root@localhost ~]# pgrep -l httpd4557 httpd4560 httpd4561 httpd4562 httpd4563 httpd4564 httpd4565 httpd4566 httpd[root@localhost ~]# pgrep httpd45574560456145624563456445654566最近更新的命令 cut sh seq awk syslog inotifywait dd read uname pssh tar axel losetup lsb_release tcpreplay strings screen speedtest-cli clockdiff ntpdate dnf nethogs hping3 trap let ifstat blkid ipcrm openssl chage相关命令 atq crontab pstree systemctl service ps pkill killall nice skill init renice ipcs pmap ipcrm batch w at telint watchlinux马克杯Linux命令大全 关于 收藏本站请使用Ctrl+D Shell脚本攻略 Shell正则表达式 共收录528条Linux系统指令在Linux命令大全(man.linuxde.net)可以查询您所需要的Linux命令教程和相关实例。如果您觉得本站内容对您有所帮助,请推荐给更多需要帮助的人。赞助商链接:组装电脑配置清单2016, 运行在阿里云服务器!
来自: http://man.linuxde.net/pgrep
来自: http://man.linuxde.net/pgrep