man
- "manual" command
man ls
- help onls
vi
style navigation and searching work- Divided into "sections"
- Section 1 - user commands (default)
- Section 5 - system files
- Section 8 - system commands
man passwd
- help onpasswd
commandman 5 passwd
- info on/etc/passwd
fileinfo
- likeman
for some GNU programsapropos
- search man page titles for a string
Following are some of the better resources on the web:
- Linux Documentation Project
- Arch Linux wiki
- Debian Administrator's Handbook and reference
- linux.die.net - online
man
pages- Stackoverflow
- Docs for individual packages at maintainer's site (Samba, etc.)