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
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is the first character of the output in ls l command?
What is grep short for?
Is it inbetween or in between?
Which command is used to kill the last background job?
how to sort the content of the file based on numeric values
Which command should you use to find the remaining disk space in unix server?
Does cp command overwrite files?
What is merge command in unix?
what is the advaantage of each user having its own copy of the shell?
Describe the usage and functionality of the command rm –r * in unix?
What are awk commands?
What is the difference between cat and more command?
Can you enlist some commonly used network commands?
How do I search for text in vi?