Need help to understand what the headings of the output of a ps -ef command is. Below is an example of the output of my ps -ef command
websubcu 11667 11657 0 10:56 ? 00:00:00 /scripts/test.sh
I understand what the websubcu, 11667, 11657 and /scripts/test.sh headings/fields are, but I don't understand what the 0 10:56 ? and 00:00:00 mean. Also some of my processes have Nov01 instead of a time like the 10:56. Is there anyway to see the time instead of the date? I assume once the time is over 24 hours it will convert it to a date.
websubcu 11667 11657 0 10:56 ? 00:00:00 /scripts/test.sh
I understand what the websubcu, 11667, 11657 and /scripts/test.sh headings/fields are, but I don't understand what the 0 10:56 ? and 00:00:00 mean. Also some of my processes have Nov01 instead of a time like the 10:56. Is there anyway to see the time instead of the date? I assume once the time is over 24 hours it will convert it to a date.