Catman създава индексът, които ползват man & apropos за да търсят във man pages. Ето пример.
bash-3.00# man -k hosts
/usr/share/man/windex: No such file or directorybash-3.00# apropos hosts
/usr/share/man/windex: No such file or directorybash-3.00# catman -w
bash-3.00# apropos hosts
ftphosts ftphosts (4) – FTP Server individual user host access file
hosts hosts (4) – host name database
hosts.equiv hosts.equiv (4) – trusted remote hosts and users
ipnodes ipnodes (4) – symbolic link to hosts database
medstat medstat (1m) – check the status of mediator hosts for a given diskset
ntptrace ntptrace (1m) – trace a chain of NTP hosts back to their master time source
ntptrace4 ntptrace4 (1m) – trace a chain of NTP hosts back to their master time source
pam_rhosts_auth pam_rhosts_auth (5) – authentication management PAM module using ruserok()
ping ping (1m) – send ICMP (ICMP6) ECHO_REQUEST packets to network hosts
rhosts hosts.equiv (4) – trusted remote hosts and users
ssh-keyscan ssh-keyscan (1) – gather public ssh host keys of a number of hostsbash-3.00# man -k hosts
ftphosts ftphosts (4) – FTP Server individual user host access file
hosts hosts (4) – host name database
hosts.equiv hosts.equiv (4) – trusted remote hosts and users
ipnodes ipnodes (4) – symbolic link to hosts database
medstat medstat (1m) – check the status of mediator hosts for a given diskset
ntptrace ntptrace (1m) – trace a chain of NTP hosts back to their master time source
ntptrace4 ntptrace4 (1m) – trace a chain of NTP hosts back to their master time source
pam_rhosts_auth pam_rhosts_auth (5) – authentication management PAM module using ruserok()
ping ping (1m) – send ICMP (ICMP6) ECHO_REQUEST packets to network hosts
rhosts hosts.equiv (4) – trusted remote hosts and users
ssh-keyscan ssh-keyscan (1) – gather public ssh host keys of a number of hosts
Leave a Reply