Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. [root@localhost samba]# ps ax | grep smb
  2. 7246 ? Ss 0:00 /usr/sbin/smbd
  3. 7249 ? S 0:00 /usr/sbin/smbd
  4. 7250 ? S 0:00 /usr/sbin/smbd
  5. 8059 ? S 0:00 /usr/sbin/smbd
  6. 18348 pts/0 S+ 0:00 grep --color smb
  7. [root@localhost samba]# ps ax | grep nmb
  8. 7166 ? Ss 0:00 /usr/sbin/nmbd
  9. 18374 pts/0 S+ 0:00 grep --color nmb
  10. [root@localhost samba]# netstat -anlp | grep LISTEN | grep 137
  11. unix 2 [ ACC ] STREAM LISTENING 27137 7214/sddm /tmp/sddm-auth7e4991ed-a6b6-4a97-adf7-22bd956b220d
  12. unix 2 [ ACC ] STREAM LISTENING 30137 8514/master private/trace
  13. [root@localhost samba]# netstat -anlp | grep LISTEN | grep 138
  14. [root@localhost samba]# netstat -anlp | grep LISTEN | grep 139
  15. tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 7246/smbd
  16. tcp6 0 0 :::139 :::* LISTEN 7246/smbd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement