- Execution of simple external commands in the background with & (without the ability to switch to the foreground, and only for commands that do not seek to read or write on the terminal)
- Proper functioning of jobs (without options), kill, and exit
- Adaptation of the prompt according to the number of ongoing jobs
- Redirections other than | and <( )