Unix Overview


Navigation and Commands

Unix Editors

In addition to the basic nano editor covered in lab training, there are several other editors available on most Unix systems that offer more powerful editing capabilities and customization.

The vi editor can be found on every Unix system.

vim is an improved version of vi distributed with most newer versions of Unix (including ours - on our system, typing "vi" will actually run the vim editor). You can access a short online tutorial on this editor by typing vimtutor at the Unix prompt.

GNU Emacs is a free, portable, extensible text editor found on many systems throughout the world of programming, including ours.

gdb Debugger References and Tutorials

Don't care for any of these sites? Search for "gdb tutorial" and take a look at some of the other ~2,100 hits you'll get!