|
|
CS205 Introduction to UNIX
Review for First Quiz
- What are the 3 main parts of UNIX?
- Larry, Moe and Curly (and sometimes Shemp)
- kernel, service layer and shell
- ls, wc and grep
- command.com, file system and kernel
- The purpose of the shell is
- to interpret commands
- to protect the user from the files
- to protect the snail from fish
- to carry out commands
- The purpose of the kernel is
- to interpret commands
- to protect the user from the files
- to break a tooth during the movie
- to carry out commands
- UNIX file structure is usually compared to...
- a branching tree
- a single folder
- a series of nodes
- a throbbing ache in the lumbar area
- A computer needs all but which of the following just to run:
- processor unit
- main memory
- secondary storage
- operating system
- Which is not a job for the operating system:
- providing a user interface
- allocating hardware resources
- financial calculator
- loading and running applications
- UNIX is meant to be which of the following:
- multi-user
- single-user
- multitasking
- single-tasking
- UNIX is...
- an invention of IBM
- available only for mainframes
- available in several versions
- fast, friendly and uniform
- During a login process...
- the user will be asked for a password
- everything the user types is visible
- the user has to enter a date
- the system tells the user what to type
- Commands in UNIX often follow this syntax:
- command /options
- option -> command
- command -options
- command command command
- UNIX actually has several shells available. Your book named...
- Bourne and Bourne again
- Bourne and Korn
- Bourne and C
- Bourne, C and bash
- You should be able to put the following events in their correct order:
- kernel call the init program
- init calls the getty program
- getty waits for a user ID
- user enters an ID
- getty calls the login program
- login asks for a password
- user enters a password
- login verifies the ID and password
- login calls the shell program
- Which is not true about new passwords?
- must contain both letters and numbers
- must be at least 5 characters long
- must be different from your User ID
- must be different from you last password
|