Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Odd ports open?

  1. #11
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Odd ports open?

    If you are not sure what is listening on those ports you can use a number of tools.

    Personally I like lsof

    Code:
    sudo lsof -i -n -P
    Last edited by bodhi.zazen; June 29th, 2010 at 11:19 PM.
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  2. #12
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Odd ports open?

    Quote Originally Posted by bodhi.zazen View Post
    If you are not sure what is listening on those ports you can use a number of tools.

    Personally I like lsof

    Code:
    sudo lsof -i -n -
    Nice. Thanks.

    Except you had an extra "-" so it should be:

    Code:
    sudo lsof -i -n
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  3. #13
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Odd ports open?

    Quote Originally Posted by CharlesA View Post
    Nice. Thanks.

    Except you had an extra "-" so it should be:

    Code:
    sudo lsof -i -n
    no, I missed the P, see revised post ...
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  4. #14
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Odd ports open?

    Ah ok. Thanks.
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •