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 grep r?
What is the unix command to confirm a remote host is alive or not?
What is awk used for?
What is grep command in unix with examples?
What is the use of awk command in unix?
What is the difference between cat command and more command?
How does shebang work?
Who command in unix operating system?
Explain the steps that a shell follows while processing a command.
What do chmod, chown, chgrp commands do?
What is sed awk grep?
What is merge command in unix?
What do chown command do?
What command is used to switching between users in unix?
Name the general commands in using unix os for a beginner?