Basic Unix Commands and Principals

Whenever you want to find out more about a Unix command or program enter: man command_name at the prompt. Most, but not all, will have man pages.

Probably the easiest Unix text editor to use is pico. To edit file.html, enter: pico file.html


See Also: Files, Directories & Permissions