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
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is the use of egrep command in unix?
Name the various commands that are used for the user information in unix.
What is the general format of unix command syntax?
Who command in unix operating system?
How does the system know where one command ends and another begins?
What is updatedb?
Give the command for finding the current date.
Which command can you use to find the currently running process in unix server?
What is grep in bash?
What does touch command do in unix?
How do I open a port?
What does grep v grep do?
What are the general commands in using unix os for a beginner?
What do chgrp command do?