On Tue, 29 Aug 2006 22:04, Christopher Sawtell wrote:
> Do try to read the manual pages.
> Every command on your machine has a manual page which tell you how to use
> it. Either use the command man whatever-the-command-is or
> put a single hash sign followed by the command into the Konqueror location
> bar.
Another useful command is "apropos" which searches (a database of) short
descriptions of system commands for keywords and displays those that match
Eg
apropos director
lists (amongst other things!) commands like mkdir,rmdir,ls,
For the more adventurous, cut down the list to things more likely to be useful
commands:
apropos directory | grep 1
Also try
man intro
man man
info info
man oh man !
--
Eliot