how will you login one server's shell prompt to an another
server?

Answer Posted / vamshi

Hi

first login super user

then login that server to another

server1#ssh@ipaddress or hostname(server2)
server1#passwd:
server2#

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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 # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

1951


What is nr in awk command?

773


What is the significance of the 'tee' command?

808


What is the use of the tee command?

802


What is .sh file?

826






What do chmod, chown, chgrp commands do?

877


Name the general commands in using unix os for a beginner?

790


Differentiate cat command from more command.

763


How does the system know where one command ends and another begins?

1842


Is it inbetween or in between?

786


What is a command and examples?

787


what is the advaantage of each user having its own copy of the shell?

2278


How do you grep recursively?

761


Enumerate some of the most commonly used network commands in unix?

820


What is awk used for?

819