This is the output of the command ps -ef | grep java
on one of our machines.
jboss 1965 1935 1 2013 ? 04:41:05 java XXXXXXXXXXXXXXXXX
jboss 2170 2141 0 2013 ? 00:42:57 java XXXXXXXXXXXXXXXXX
jboss 2708 2679 7 2013 ? 1-04:38:51 java XXXXXXXXXXXXXXXXX
tomcat 6845 1 1 2013 ? 03:28:03 XXXXXXXXXXXXXXXXX
jboss 24651 24622 0 2013 ? 03:03:27 XXXXXXXXXXXXXXXXX
tomcat 32533 1 0 2013 ? 00:12:08 XXXXXXXXXXXXXXXXX
(XXXs added to hide the guilty!)
What is the meaning of the 1-
on the third line?
1-
and not1+
? – Rich Jan 02 '14 at 15:37