Operating Systems lab on 2022.1
Com objetivo de aprender a utilizar as chamadas de sistemas, fizemos uma aplicação que se comporta como um shell no sistema linux.
make all
./myshell
start [command] [options] // run command in background mode
run [command] [options] // run command and wait for it to finish
wait // get signals sent by programs started with start command
kill [pid] // kill processes of the system (may require root privileges)
stop [pid] // Pause the execution of a process
continue [pid] // Continue the execution of a process