python3.6
#How to run:
- firt run main_server: python main_server.py
- second run main_client: python main_client.py [argument]
- argument[0] = user@ip_address example:[email protected]
- print the current directory path: pwd
- print system date and time: date
- list directory contents: ls
- report file system disk space usage: df
- change directory: cd
- remove file or directory: rm
- create file: touch
- make directory: mkdir
- move file and directory" mv