If you run 'ps ax' you will only see the first bit as you have pointed out. I've had this problem as well. There probably is another way around it but I've used this kludge to do it. Use grep.
For example you want to see a particular 'java' process then you would enter 'ps ax | grep java'
The output is not truncated but wrapped instead. As I say - it's a kludge.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.