linux - Unix process running python -
i have cron execute 2 python scripts. how can see "ps" command if process running ?
my scripts names are:
json1.py json2.py
ps aux | grep json ought it, or pgrep -lf json.
ps aux | grep json
pgrep -lf json
python linux process
No comments:
Post a Comment