obviously
manapropos(orman -k)
tend to forget
which/where- locate a command (returns path) - where gives a little bit more output (need to investigate)which [command]
whatis- short sentence to identify what a command iswhatis [command]
whereis- locate binary, source, and manpage of a commandwhereis [command]
locate- list files in a db that match a pattern - by default searches filesystemlocate [command]- Doesn’t have to be a command - basically just searches for files.
- Associated cronjob:
updatedb
EOF