Then the child execs /bin/ls
The parent waits for the child to finish
(otherwise the shell prompt would get mixed up with the ls output)
(ls & is almost the same, but without the wait)