Skip to content
New issue

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

fix #402 ps -f is nothing, standard syntax: ps -ef #403

Conversation

takeseem
Copy link
Contributor

dump.sh

PIDS=`ps -f | grep java | grep "$CONF_DIR" |awk '{print $2}'`

in ubuntu 16.04 ps -f is nothing

To see every process on the system using standard syntax:
          ps -e
          ps -ef
          ps -eF
          ps -ely

@qinliujie
Copy link
Contributor

qinliujie commented Aug 22, 2017

thx for your commit~

@qinliujie qinliujie merged commit 2c0c079 into apache:master Aug 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants