Midterm Review

Post date: Feb 22, 2011 7:03:16 PM

Midterm Exam will be 3/2, Wednesday, in class.

Content to be covered:

OSS concept. 

Basic Shell Commands: man, cat, more, cp, mv, rm, mkdir, cd, pwd, rmdir, ls, whoami, hostname, who, whereis, lpr / pr, cal, write, passwd, alias

Vi editor: 

Command mode <-> Insert mode

Command syntax: [#1] operation [#2] target

Commands as listed in the previous class note (summary)

Sample questions: (see assignments)

Samples for filling in blanks:

Samples for writing commands:

Describe the following basic functions for a TEXT Editor in Vi editor:

1.    Opening existing file: 

2.    Starting a new file: 

3.    Inserting text: 

4.    Deleting text: 

5.    Cursor movement: 

6.    Cut / copy / paste: 

7.    Saving: 

8.    Quitting with or without saving: 

9.    Search / replace: