Explain the differences between the built-in shell `time` command and the system utility `/usr/bin/time`. What are the key differences in the output provided by each?
most shells have a built in time command, whereas there's a system utility also for time in /usr/bin/time. Firstly we encounter the shell built-in , so run: time ls, this provides us with an output like :