nobhonil30390 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.
create proceess using linux
processes are created by executing a program. But maybe that's not your question. You need to explain a bit more about the problem you have.
use <sys/types.h> as header file in C and use fork() call to invoke child process.....
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.