If you can see this check that

next section prev section up prev page next page

Getting Started

In this sample exercise we will be using the following basic commands:

vi test_file
Enter vi and create test_file
i
Insert text before the cursor
ESC
Exit text input mode and return to the command mode
:wq
Write (save) the file and quit vi
:q!
Exit vi without saving changes
l
Move the cursor right
j
Move the cursor down
k
Move the cursor up
h
Move the cursor left
a
Append text after the cursor
x
Delete on character

Tutlinks: intro1 intro2 wildcard permission pipe vi essential admin net fwall DNS diag Apache1 Apache2 MySQL1 MySQL2
Useful: Quiz Forums
Site Links:XMLZoo ActiveSQL ProgZoo SQLZoo