Linuxの一般的なユーティリティの多くは、Linux Foundationの util-linux またはGNUのcoreutilsにパッケージされています。topのmanページには何も指定されていません。
CentOSを使用しています。
Linuxの一般的なユーティリティの多くは、Linux Foundationの util-linux またはGNUのcoreutilsにパッケージされています。topのmanページには何も指定されていません。
CentOSを使用しています。
回答:
yum whatprovides <path>どのパッケージがファイルを提供しているかを確認することができます。たとえばyum whatprovides /usr/bin/top、トップやyum whatprovides '*/top'パスがわからない場合は、
yum whatprovides "*/top"、yum whatprovides '*'/top、yum whatprovides \*/top、または他のいくつかのバリエーション。
                    pkgfile /usr/bin/top; アプト:apt-file search /usr/bin/top。
                    
procpsインストールされていない人。とにかく、yum whatprovides '*/top'あなたが言ったように、あなたが道を知らなくても働きます。