Search Tools Links Login

Accessing a Unix System


Section 2: Accessing a UNIX System
There are many ways that you can access a UNIX system.  The main mode of access to a UNIX machine is through a terminal, which usually includes a keyboard, and a video monitor.  

For each terminal connected to the UNIX system, the kernel runs a process called a tty that accepts input from the terminal, and sends output to the terminal.  

TTY processes are general programs, and must be told the capabilities of the terminal in order to correctly read from, and write to, the terminal.  If the tty process receives incorrect information about the terminal type, unexpected results can occur.  

Console  
Every UNIX system has a main console that is connected directly to the machine.  The console is a special type of terminal that is recognized when the system is started.  

Some UNIX system operations must be performed at the console.  Typically, the console is only accessible by the system operators, and administrators.  

Dumb terminals
Some terminals are referred to as "dumb" terminals because they have only the minimum amount of power required to send characters as input to the UNIX system, and receive characters as output from the UNIX system.

Personal computers are often used to emulate dumb terminals, so that they can be connected to a UNIX system.   Dumb terminals can be connected directly to a UNIX machine, or may be connected remotely, through a modem or a terminal server.  

Smart terminals
Smart terminals, like the X terminal, can interact with the UNIX system at a higher level.  Smart terminals have enough on-board memory and processing power to support graphical interfaces.  

The interaction between a smart terminal and a UNIX system can go beyond simple characters to include icons, windows, menus, and mouse actions.

About this post

Posted: 2009-01-24
By: FortyPoundHead
Viewed: 1,934 times

Categories

General

Linux

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.