How to check whether some services are running in another
server or not?
Suppose i am currently in a server named A.I want to check
whether some services are running in server B without
logging into the server B.
Answer Posted / shh
rsh command
executes command on the specified hostname. To do so, it
must connect to a rshd service (or daemon) on the hostname
machine
rsh [username@]hostname [-DNn] [-l username] command
-D
enables socket debugging on the TCP sockets used for
communication with the remote host. This option also
displays the locuser and remuser being sent to rshd
-l username
specifies the remote user name to be used when executing
the command. This can also be specified by including
username@hostname on the command line
-N
does not generate a separate standard error stream. All
output is sent to standard output. This is useful when you
are running an interactive command
-n
redirects input from the special device /dev/nul.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the function of grep command in unix?
What is the comma to display different lines that are found when compare two files?
What is the difference between cat and more command?
Are you in or at the office?
Write a command to display a file’s contents in various formats?
Why is it called grep?
What is the size of time_t?
What does sed command do in unix?
What does the “echo” command do?
What are bash commands?
How does shebang work?
How does pipe () work?
Which command can you use to find the currently running process in unix server?
why metadb requires a seperate slice to create Solaris volume manager
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include