1 / 9

An Overview of Unix

An Overview of Unix. What is an operating system, and why would someone want Unix as their OS?. An operating system is low-level software that allows the computer hardware to be used by people and applications.

gisela
Télécharger la présentation

An Overview of Unix

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. An Overview of Unix

  2. What is an operating system, and why would someone want Unix as their OS? An operating system is low-level software that allows the computer hardware to be used by people and applications. One would choose Unix if the applications they wanted to use were supported by Unix and/or if any of the following features were desired: • multiuser/multitasking capabilities • reliability and robustness • security • scalability • ability to run on variety of hardware platforms • the power and flexibility of Unix commands • Government and University markets

  3. Name four functions of an operating system • Hardware control • User Interfaces • Resource management • Provide a platform for applications • Input/output processing • System monitoring • Communications

  4. What are the three major components of a Unix operating system • The Shell (user interface) • System Commands (defines unix) • Kernel (implements unix)

  5. Name three types of user interfaces offered by UNIX/Linux systems • Command line interfaces e.g. sh, csh, ksh, bash • Menuing shells e.g. linuxconf, scoadmin, sami • Graphical Desktop e.g. Gnome, CDE, KDE, ODT

  6. What three pieces of information are required to logon to a Unix system? • Login name • Password • Terminal type (may be preconfigured)

  7. What is meant by a login session?How many can you have on a UNIX computer? • A login session is a shell process connected to a unique tty device. • UNIX: virtually unlimited

  8. When and how do you log off of a Unix system? • Log off whenever you are about to leave your session unattended. • Use the exit command to terminate your shell and log off.

  9. What are the characteristics of a good password? • Uses a range or character types:(alpha, numeric, punctuation…) • The longer the better,(minimum of 7 characters) • Memorable • It’s kept secret • It is changed if compromised Examples: Wh0le #! Id102$da KuKu4(co)2 $nack@ack #0p&S@ve

More Related