Linux System Calls Question:

What is the diff between ssh and telnet?

Answer:

ssh is secured shell, allows the user to login remotely with more secured.
whereas telnet also same but authentications like passwords, transfers over a network as text mode. so it is not good to use.

Read All 35 Linux System Calls Questions
Previous QuestionNext Question
How to create swap partition after OS installation?How to find out the dependency required for a package?