В целом: нет, некоторые программы поставляются без документации.
Тем не менее, apropos
может быть, что вам нужно.
Например apropos ssh
, перечислю man-страницы, связанные с ssh, в моем случае:
authorized_keys (5) - OpenSSH SSH daemon
git-shell (1) - Restricted login shell for Git-only SSH access
rlogin (1) - OpenSSH SSH client (remote login program)
rsh (1) - OpenSSH SSH client (remote login program)
slogin (1) - OpenSSH SSH client (remote login program)
ssh (1) - OpenSSH SSH client (remote login program)
ssh-add (1) - adds private key identities to the authentication agent
ssh-agent (1) - authentication agent
ssh-argv0 (1) - replaces the old ssh command-name as hostname handling
ssh-copy-id (1) - use locally available keys to authorise logins on a remote machine
ssh-keygen (1) - authentication key generation, management and conversion
ssh-keyscan (1) - gather ssh public keys
ssh-keysign (8) - ssh helper program for host-based authentication
ssh-pkcs11-helper (8) - ssh-agent helper program for PKCS#11 support
ssh_config (5) - OpenSSH SSH client configuration files
sshd (8) - OpenSSH SSH daemon
sshd_config (5) - OpenSSH SSH daemon configuration file
XAllocClassHint (3) - allocate class hints structure and set or read a window's WM_CLASS property
XClassHint (3) - allocate class hints structure and set or read a window's WM_CLASS property
XGetClassHint (3) - allocate class hints structure and set or read a window's WM_CLASS property
XSetClassHint (3) - allocate class hints structure and set or read a window's WM_CLASS property
XtIsShell (3) - obtain and verify a widget's class
Вы можете видеть, что некоторые страницы появляются более одного раза, причина в том, что они имеют одну rsh
slogin
и ssh
ту же справочную страницу. Также есть (как обычно) ложные срабатывания.
ping
что он по-прежнему будет указан как исполняемый, но это не принесет вам пользы. Кроме того, разве это не основано на текущих данных пользователя$PATH
, а это означает, что если команда не находится в одном из каталогов, названных в качестве пути поиска, она никогда не будет отображаться?