Week 2 notes

Concepts

Superblock/Inode tables - There is a hidden database for Unix filesytems made up of entries called inodes. These inodes contain all the information about a file that Unix needs.

Symbolic link - A special file that points to another file that may or may not exist. ln -s original_file pointer is used.

Commands

Text viewer/editor commands

vi

Vi has two modes editing mode and command prompt(ex mode.)

You are in editing mode by default. To add text you can press the a or i keys. To leave append or insert editing mode press the [esc] key.

In editing mode (when not using the a,o or r text inserting mode) these are some of the more useful commands you can use...

At the command prompt ":" found at the lower left hand corner of the screen you can use these (and many other) commands. To return to editing mode hit [esc]