The 'man' facility
All commands have some kind of online documentation. You can access this using the man command
- Open a new terminal window. Type the words man ls
.
- You can now view important information on the ls
command.
- You can scroll down the pages by pressing the spacebar or by
using the up and down arrow keys.
- For help, press H
- To quit, press Q
- To search for a menu item, press M
The 'info' facility
Some commands are also documented inside the info system. (The information here complements what is offered by the man command.
- Open a new terminal window. Type the words info ls
.
- You can now view a manual with important information on the ls
command.
- You can scroll down the pages by pressing the spacebar or by
using the up and down arrow keys.
- For help, press H
- To quit, press Q
- To search for a menu item, press M