Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
wget は約 10 秒でファイルの転送を終了しますが、転送後、bash シェルに戻る前に転送後約 2 分間スタックします。同じシステム上の別のユーザーは、wget コマンドが実行された後すぐにコマンド プロンプトを取得します。
CentOS 6.3 Linux を使用しています。.bashrc ファイルに変更を加えていません。
これは、先頭に一重引用符を追加する作業であり、URL リンクの最後でこの問題を解決できます。
問題がプロンプトに戻っただけの場合:
wget url &
すぐにプロンプトが表示されます 私は通常使用します
nohup wget url &
より良い結果を得るために