3.2. Software Collection からの手動ページへのアクセス
すべての Software Collection には、このコンポーネントの内容を説明する一般的な man ページが含まれています。各 man ページはコンポーネントと同じ名前を持ち、
/opt/rh ディレクトリーにあります。
Software Collection の man ページを確認するには、以下のコマンドを入力します。
scl enable software_collection 'man software_collection'
software_collection を、特定の Red Hat Software Collections コンポーネントに置き換えます。例えば、rh-mariadb101 のマニュアルページを表示するには、次のように入力します。
~]$ scl enable rh-mariadb101 "man rh-mariadb101"