Secara umum: Tidak, beberapa program datang tanpa dokumentasi.
Namun, apropos
mungkin itu yang Anda butuhkan.
Misalnya apropos ssh
akan mencantumkan halaman manual yang terkait dengan ssh, dalam kasus saya:
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
Anda dapat melihat beberapa halaman muncul lebih dari sekali, alasannya adalah rsh
slogin
dan ssh
memiliki halaman manual yang sama. Juga ada (seperti biasa) false positive.
ping
masih terdaftar sebagai executable, tetapi tidak banyak gunanya bagimu. Juga, bukankah ini didasarkan pada arus pengguna$PATH
, yang berarti bahwa jika suatu perintah tidak ada dalam salah satu direktori yang disebut sebagai jalur pencarian, itu tidak akan pernah muncul?