output of time command!
Can anybody explain the output of time command?
For example if I run
$time ls
<directory listing>
real: <time>
user: <time>
system: <time>
I understand that system time is the time spent in kernel mode for this program, user time is the time spent in user mode for this program, but what about real? (Have I understood correctly?)
Thanks in advance!
Regards,
Valluvan.
|