how will you login one server's shell prompt to an another
server?
Answer Posted / 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 |
Post New Answer View All Answers
What does sed command do in unix?
Explain command to display different lines that are found when compare two files?
What's a command word?
What does touch command do in unix?
What difference between cmp and diff commands?
What is pipe command in unix?
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
What is used to type command?
What is the pipe command?
How does the system know where one command ends and another begins?
Which command is used to find whether the system is 32 bit or 64 bit?
Describe the usage and functionality of the command rm –r * in unix?
Who command in unix?
What is .sh file?
What is the difference between cat and more command?