Search rpm package name by command name using Yum

Sometimes I’ve situation that I know command name but I don’t know which package provides that command. Then use yum provides command.

# yum provides <commamd_name>
# i.e. lsusb
# yum provides lsusb
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: ftp.iij.ad.jp
 * extras: ftp.iij.ad.jp
 * updates: ftp.iij.ad.jp
base/7/x86_64/filelists_db                                             | 7.1 MB  00:00:06     
extras/7/x86_64/filelists_db                                           | 243 kB  00:00:00     
updates/7/x86_64/filelists_db                                          | 3.7 MB  00:00:03     
usbutils-007-5.el7.x86_64 : Linux USB utilities
Repo        : base
Matched from:
Filename    : /usr/bin/lsusb

With the result of yum, now I know usbutils package will provides lsusb command.