Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

2nd lab

What does this program do?

This program is able to fork and run a child process speicfied with CHILD_PATH variable.

How to build this project

This project can be built in release and debug modes using make utility.

make MODE=release
make MODE=release TARGET=child

or

make MODE=debug
make MODE=debug TARGET=child

How to use this program

Program can be controlled using following keys:

  • + to run child according to getenv()
  • * to run child according to envp
  • & to run child according to environ
  • q to exit

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages