how will you login one server's shell prompt to an another
server?
Answer Posted / kandisha kn
ssh -l user_name host_name
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which command is used to kill the last background job?
What does the command '$ls | wc –l > file1' do?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What's a command word?
How does shebang work?
How do you grep a case insensitive?
Which command will print your home directory on screen?
Enumerate some of the most commonly used network commands in unix?
How can we use grep command in unix?
What is grep r?
How to display no of records in oracle using unix command?
Why is it called a shebang?
How to use grep command to list find the records of a file containing 10 different strings?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.