54 reputation
4
bio website
location Chennai, India
age 18
visits member for 7 months
seen Apr 5 at 5:08
stats profile views 16

Feb
2
comment explain the program in advanceunix?
its possible. The fork create the one child is if(pid>0) is the parent get the name of the command and the child execute the process if (pid==0) then print ("/bin/argv[i]") not display it return the parent and parent display the command . but I don't know how to write the code