Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / prasad

ssh hostname@ipaddress

Is This Answer Correct ?    11 Yes 4 No

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

Answer / habs

ssh username@hostname

prompts for pwd, if passwordless login not enabled

Is This Answer Correct ?    6 Yes 1 No

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

Answer / phoenix

Just in case you are in sudo and not able to get through
using command

ssh ipaddress(or)hostname

use the below command

ssh user_id@ipaddress
or
ssh user_id@hostname

Is This Answer Correct ?    5 Yes 0 No

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

Answer / kandisha kn

ssh -l user_name host_name

Is This Answer Correct ?    2 Yes 0 No

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

Answer / 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

More Unix Commands Interview 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<stdlib.h> # include <stdio.h> 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:

0 Answers  


which command is used to identify the type of the file?

3 Answers  


Explain command to display different lines that are found when compare two files?

0 Answers  


hw will u use awk in replacing cahrs and files

0 Answers  


What command will change your prompt to myprompt?

0 Answers  


What is mtime in find command?

1 Answers  


solaris Run level?

3 Answers   Wipro,


Assume the following files are in the working directory prompt> ls -l tasks -rw-r--r-- 1 alex student 1423 Feb 21 14:01 tasks What command can Alex use to give everyone permission to write to the file? What will the ls -l command display if he does so?

10 Answers   Infosys,


What does awk stand for?

0 Answers  


Hi All, Can you please let me know how to grep for a particular pattern in unix. I want to print the dates from the file exp.txt. the date pattern is DD:MM:YYYY, I just want to print all the dates from the file exp.txt.

8 Answers   Concentrix, IBM, Symantec, TCS,


Enlist some filename manipulation commands in unix.

0 Answers  


what is the difference between Touch & cat command

21 Answers   QA,


Categories