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.
cron にいくつかのバッチ ファイルを設定し、いくつかの cron ジョブを 1 時間実行しました。
現在実行中の cron ジョブとそのステータスを確認したい。それを見ることは可能ですか?
ありがとう
ps -auxコンソールに入力することで、実行中のプロセスを確認できます。whichのようなユーティリティを使用topして、どのプロセスがリアルタイムで実行されているかを示すこともできます。
ps -aux
top