Question: Write a Python code that simulates a OS Shell. You will be using your language API to call the following system calls: * date *
Write a Python code that simulates a OS Shell. You will be using your language API to call the following system calls:
* date
* time
* pwd
* ls
When the user enters Ls. date, time, and pwd will be displayed. the user can then type any of these and they will display.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
