1. 首页
  2. 数据库
  3. 其它
  4. Linux学习&复盘(八):进程&服务

Linux学习&复盘(八):进程&服务

上传者: 2021-01-16 11:00:33上传 PDF文件 1.01MB 热度 14次
Linux进程管理 过滤查看进程信息 ps -aux | grep hhsd ps -aux | grep cupster 分页查看进程列表 ps aux | more -10 每页10条查看进程信息 查看父进程 终止进程 pstree pstree -p pstree -u pstree -pu 以树状图查看进程 服务管理 本质是进程 CentOS7.0 后不再使用service ,而是systemctl service服务名[start | stop | restart | reload | status] 查看当
下载地址
用户评论