Reset (computing)

From Wikipedia, the free encyclopedia

Look up reset in Wiktionary, the free dictionary.

In a computer or data transmission system, to reset means is to clear any pending errors or events and bring a system to normal condition or initial state usually in a controlled manner. It is usually done in response to an error condition when a processing activity is impossible to proceed or it's undesirable for the activity to proceed and all error recovery mechanisms fail. A computer storage software would normally perform a "reset" if a command times out and error recovery schemes like retry or abort also fail.

A soft reset is performed by restarting system software without resetting the hardware.

reset is also a BSD/Linux/UNIX command to restore a console to a normal state. This command is an alias of the tset terminal initialization command. [1]

Similar commands include:

 stty sane
 setterm -reset

[edit] See also