answersLogoWhite

0


Best Answer

putty is an application program; Unix is an operating system (they aren't the same thing).

putty is a secure telnet replacement using ssh to encrypt the data transmission flow.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why to use putty and is there any difference between unix and putty?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is there any unix server to which you can connect through putty?

Most Unix/Linux servers allow SSH (via putty). There is no general one that anyone can use, however. You need to talk to your provider to see what is available to you.


Is there any unix server to which you can connect through putty I want to practice Unix programming but I don't know what software I should use. I tried putty but I can't find any virtual server?

You need to talk to your administrator, vendor, or ISP to see what servers are available to you.


What is difference between echo and ' ' in unix?

Echo is a program. '' is not a program. '' does not perform any action. Echo returns what you type. '' does not.


What is the difference between UNIX and AS400?

The AS/400 is a specific piece of hardware manufactured by IBM corporation. It runs its own operating system. Unix is the designation for an Operating System and runs on multiple hardware. To my knowledge the AS/400 does not run any version of Unix.


What is difference in window xp and unix in terms of fiber?

Neither one contain any fiber, so it is not recommended that you eat them.


What is the difference between unix command and utilities?

Utilities are programs that can run or execute. Commands are slightly different than utilities. Command refers to the name of the program and any arguments you specify to that program to change its behavior.


Was there ever any asbestos used in putty?

I have identified asbestos in both Putty and rubberised sealants


How long to leave putty to dry before painting?

Putty should not be allowed to dry completely. If it does, then it will become brittle and may shrink and crack. The main purpose of putty is to form a seal between the glass and the wooden window frame. The putty should be painted to seal in the linseed oil which keeps it pliable. A film of hard putty on the surface forms after 2 to 3 weeks (weather dependent) and then the painting should be carried out to stop any further drying of the putty.


Is there any difference between micro and microns?

There is no difference between micrometres and microns


Is there any difference between prostatomegaly and BPH?

difference between bph and prostatomegaly


Is any virus attack to Linux or Unix?

Linux and Unix do have their share of malware, though there are fewer of them.


Why is it difficult to port software designed for UNIX to Linux?

In general, no, it is not difficult at all. As long as you stick to the POSIX (and other open standards) and use a conformant compiler for the software there shouldn't be any problem in porting software. I do it all the time - from Linux to Unix, or Unix to Linux, makes no difference. In fact, a lot of common software is cognizant of the actual Operating System at compile time and will take care of the differences (if there are any).