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 / sai kiran
ex:
if u r connecting from server B to A
ssh A ls
but make sure that to create a private key for these servers
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Write a command to kill the last background job?
How to use grep command to list find the records of a file containing 10 different strings?
What is the comma to display different lines that are found when compare two files?
What is pipe command in unix?
How do I open a port?
Which command is used to copy files?
What is grep r?
What does find command return in unix?
What does #!/ Bin sh do?
What is the use of the tee command?
How can we use grep command in unix?
What is the behavioural difference between cmp and diff commands?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is time_t?
What command will change your prompt to myprompt?