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
What is difference between grep and find command in unix?
What is the command to view process running?
What is .sh file?
Explain command to display different lines that are found when compare two files?
What is the size of time_t?
What does grep v grep do?
Enumerate some of the most commonly used network commands in unix?
Explain mount and unmount command.
What is pipe command in unix?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is updatedb?
What is command substitution?
What will the following command do?
Is grep faster than awk?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?