Search Results

Search: Posts Made By: robocup
1,712
Posted By robocup
If I want to separate my work to child process,what should I do?
I know that the fork() can use for create a child process as following

pid_t child_pid;
int child_status;

child_pid = fork();

switch (child_pid)
{
case -1:
perror("fork");
...
1,574
Posted By robocup
shell programming for process?
If I want to write program that spread the work to its child process so that each process compute some task what should I do?


The objective of my program is to fill in the table which (10*10) in...
3,042
Posted By robocup
Problem with ps command??
I have a problem to....

(1).List the number of unique users that has active
processes.

(2).List the number of active processes for each of
the users in (1).

(3).Determine total memory...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 05:03 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy