I have a set of attributes such as group id,group name,etc related to a linux process. I want to know how to start a process in linux using C program.Plz do help me.
See the man pages spawn() family of functions.
man exec , execve , fork ,etc.