altairwei / dumpfile

Copy file into memory and then sleep for a few seconds.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dumpfile

This is just a toy program to explore and learn the process model of the operating system. dumpfile reads the local file into memory and ends up running after a certain amount of sleep.

dumpfile -s 10 file1.zip

About

Copy file into memory and then sleep for a few seconds.


Languages

Language:C 96.9%Language:Makefile 3.1%