We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/usr/local/bin/check-for-changes.sh
The process
ps -ef | grep check-for-changes.sh root 1388852 1387898 0 Sep10 ? 00:24:08 /bin/bash /usr/local/bin/check-for-changes.sh
running by supervisord
supervisord
ps -p 1387898 -o pid,comm PID COMMAND 1387898 supervisord
and it use lots of cpu time, but if I want to read it so file /usr/local/bin/check-for-changes.sh is not exists. Why this file is not found?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The process
running by
supervisord
and it use lots of cpu time, but if I want to read it so file
/usr/local/bin/check-for-changes.sh
is not exists.Why this file is not found?
The text was updated successfully, but these errors were encountered: