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.
2 つの Python スクリプトを実行する cron があります。プロセスが実行されているかどうかを「ps」コマンドで確認するにはどうすればよいですか?
私のスクリプト名は次のとおりです。
json1.py json2.py
ps aux | grep jsonそれをすべきか、または単にpgrep -lf json.
ps aux | grep json
pgrep -lf json