I am trying to execute command
ps-ef | grep java
The output of this command is getting curtailed and I am not able to understand which process is it actually. So is there any way I can get the complete output and not the curtailed output?
For example output I receive when I execute the above command:
root 14018 13922 0 Nov 23 ? 381:00 java -D[Standalone] -server -XX:+UseCompressedOops -d64 -Xms4096m -Xmx4096m -XX
Now from the above output I am unable to know which process is this.