Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3653405
  • 博文数量: 880
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 6155
  • 用 户 组: 普通用户
  • 注册时间: 2016-11-11 09:12
个人简介

To be a better coder

文章分类

全部博文(880)

文章存档

2022年(5)

2021年(60)

2020年(175)

2019年(207)

2018年(210)

2017年(142)

2016年(81)

分类: LINUX

2018-11-06 14:51:04

[root@localhost yunhaiOS]# ps aux | grep ssh
root     23463  0.0  0.0 138224  8476 ?        Ss   11月05   0:01 sshd: root@pts/3
root     23465  0.0  0.0 138384  7976 ?        Ss   11月05   0:00 sshd: root@notty
root     23467  0.0  0.0  53160  3828 ?        Ss   11月05   0:00 /usr/libexec/openssh/sftp-server
root     25248  0.0  0.0  80868  5316 ?        Ss   9月14   0:00 /usr/sbin/sshd -D
root     29680  0.0  0.0 138356  6664 ?        Ss   10月23   0:08 sshd: root@pts/11,pts/12,pts/13,pts/4
root     38727  0.0  0.0 138224  8032 ?        Ss   10:42   0:00 sshd: bwb [priv]
bwb      38732  0.0  0.0 138224  3840 ?        S    10:42   0:00 sshd: bwb@pts/0
root     38759  0.0  0.0 138224  8212 ?        Ss   10:42   0:00 sshd: bwb [priv]
bwb      38761  0.0  0.0 138224  3816 ?        S    10:42   0:00 sshd: bwb@pts/2
root     47509  0.0  0.0 113016  2200 pts/4    S+   14:49   0:00 grep --color=auto ssh
[root@localhost yunhaiOS]# ps aux | grep telnet
root     47511  0.0  0.0 113012  2236 pts/4    S+   14:49   0:00 grep --color=auto telnet
[root@localhost yunhaiOS]# ps aux | grep smbd
root     19901  0.0  0.0 146276  3984 ?        Ss   10月22   0:01 smbd -s /etc/samba/smb.conf
root     19902  0.0  0.0 146388  2516 ?        S    10月22   0:00 smbd -s /etc/samba/smb.conf
root     29748  0.0  0.0 159012 13168 ?        S    10月23   1:02 smbd -s /etc/samba/smb.conf
root     38708  0.0  0.0 154644  9756 ?        S    10:05   0:01 smbd -s /etc/samba/smb.conf
root     47513  0.0  0.0 113016  2276 pts/4    S+   14:49   0:00 grep --color=auto smbd
[root@localhost yunhaiOS]#

阅读(549) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~