A script is failing because it cannot find the command `/usr/sbin/semanage`. A system administrator needs to determine which package provides this file so it can be installed. Which of the following commands will accomplish this?
-
A
dnf search semanage
-
B
rpm -qf /usr/sbin/semanage
-
C
dnf whatprovides /usr/sbin/semanage
-
D
dnf find-file /usr/sbin/semanage