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 is rmdir command?
Is ‘du’ a command? If so, what is its use?
What does awk stand for?
Write a command to kill the last background job?
Explain command to display different lines that are found when compare two files?
What is awk used for?
What is grep r?
What is the use of find 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 the search command in unix?
What is command substitution?
What is updatedb?
Give the command for finding the current date.
What is the use of egrep command in unix?
How do you grep a case insensitive?