Implement a simple command interpreter in Linux. The interpreter should: support both internal and external commands, and internal commands support two (cd, exit); able to save 10 historical commands The following system calls can be used to implemen…