top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How do you check if a particular process is listening on a particular port on remote host?

+3 votes
489 views
How do you check if a particular process is listening on a particular port on remote host?
posted Sep 22, 2015 by Mohammed Hussain

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

By using telnet command for example “telnet hostname port”, if it able to successfully connect then some process is listening on that port. To read more about telnet read networking command in UNIX

answer Nov 6, 2015 by Manikandan J
Similar Questions
+1 vote

As far as i know when a process is created, 8MB of stack is allocated to it.
Is it right?

If not then is there any fix size or not?

If yes then please answer and Help To solve this question also.

+4 votes

So many times, we make foreground process to background process in linux system. How does it handle internally ?

...