Menu Close
Red Hat Training
A Red Hat training course is available for Red Hat Enterprise Linux
4.7.7. ランダムデータの生成
シードファイルを用いて、ランダムなデータを含むファイルを生成するには、次のコマンドを実行します。
~]$ openssl rand -out
rand-file -rand
seed-file
ランダムデータプロセスをシードするための複数のファイルは、コロン (
:
) をリスト区切り文字として使用して指定できます。
詳細は、man rand(1) を参照してください。