ID: 209011840 ID: 206795841
This project represent a command line in linux
Here is the instruction of how to use:
- Before you start
make all
./main
./server
- EXIT - exit from the shell.
- ECHO - print to standard output the text after ECHO (ECHO HAIDE MACCABI YAFO --> HAIDE MACCABI YAFO).
- TCP PORT - open TCP connection with a server, standard output will be copied to the server.
- LOCAL - standard output return to shell, close the TCP socket.
- DIR - show all files in the current directory.
- CD - change the working library to the library after the command (CD KABILIO --> /mnt/c/Users/97252/Documents/GitHub/Fork-SysCalls/KABILIO).
- COPY SRC DEST - copy the src file into dest file (COPY src.txt dest.txt).
- DELETE FILENAME - delete file from the library (DELETE dest.txt).
- Every other command will be handle by the system using fork child.