User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 08:36, 18 December 2022 (diff | hist) . . (+16) . . m Linux programming portal
- 16:47, 17 December 2022 (diff | hist) . . (+196) . . m Pthread (→Single thread example)
- 16:42, 17 December 2022 (diff | hist) . . (-4) . . m Pthread (→Using mutexes)
- 16:40, 17 December 2022 (diff | hist) . . (+1,229) . . m Pthread (→Using multiple threads)
- 16:35, 17 December 2022 (diff | hist) . . (+1,320) . . m Pthread (→Single thread example)
- 16:27, 17 December 2022 (diff | hist) . . (+456) . . m Pthread
- 16:05, 17 December 2022 (diff | hist) . . (+63) . . N C linux development (Created page with " #sudo apt install glibc-doc Category:LinuxCategory:C")
- 15:25, 17 December 2022 (diff | hist) . . (+14) . . m Pthread (→Links)
- 11:50, 17 December 2022 (diff | hist) . . (+110) . . m Fork system call (→Typical output when starting my_system)
- 11:48, 17 December 2022 (diff | hist) . . (+401) . . m Fork system call (→Parent and child with different code)
- 11:37, 17 December 2022 (diff | hist) . . (-32) . . m Fork system call (→start.c)
- 11:36, 17 December 2022 (diff | hist) . . (+30) . . m Fork system call (→Parent and child with different code)
- 11:31, 17 December 2022 (diff | hist) . . (+96) . . m Exec system call (→Security)
- 11:28, 17 December 2022 (diff | hist) . . (+2,209) . . m Fork system call (→Links)
- 10:06, 17 December 2022 (diff | hist) . . (+300) . . m Exec system call
- 09:51, 17 December 2022 (diff | hist) . . (+2) . . m Exec system call (→Simple use)
- 09:50, 17 December 2022 (diff | hist) . . (-5) . . m Exec system call
- 09:49, 17 December 2022 (diff | hist) . . (+342) . . m Exec system call
- 09:42, 17 December 2022 (diff | hist) . . (+377) . . N Exec system call (Created page with "The '''exec()''' family executes a file as a new process. See fork system call for "cloning" a process. The =Simple use= The '''execlp()''' is one of the function call in...")
- 08:59, 17 December 2022 (diff | hist) . . (+89) . . m C processes in Linux (current)
- 08:56, 17 December 2022 (diff | hist) . . (+379) . . m C processes in Linux
- 08:43, 17 December 2022 (diff | hist) . . (-4) . . m Bash processes (→example) (current)
- 08:42, 17 December 2022 (diff | hist) . . (-1,998) . . m C processes in Linux (Replaced content with " =Advanced= ==prctl== prctl - operations on a process <source lang=c> // Changing the name of running proces #include <sys/prctl.h> ... prctl(PR_SET_NAME, "newname")...")
- 08:31, 17 December 2022 (diff | hist) . . (+3) . . m Daemon linux (→Checking the daemon)
- 08:31, 17 December 2022 (diff | hist) . . (+97) . . m Daemon linux (→Checking the daemon)
- 08:28, 17 December 2022 (diff | hist) . . (-4) . . m Daemon linux
- 08:27, 17 December 2022 (diff | hist) . . (+302) . . m Daemon linux
- 07:59, 17 December 2022 (diff | hist) . . (+52) . . m Daemon linux (→Checking the daemon)
- 07:50, 17 December 2022 (diff | hist) . . (+1,761) . . m Fork system call
- 07:46, 17 December 2022 (diff | hist) . . (+146) . . m Process Linux
- 15:05, 16 December 2022 (diff | hist) . . (-1) . . m C processes in Linux (→Advanced)
- 15:04, 16 December 2022 (diff | hist) . . (+22) . . m C processes in Linux (→Use of fork)
- 13:47, 16 December 2022 (diff | hist) . . (+4) . . m C processes in Linux
- 13:40, 16 December 2022 (diff | hist) . . (+30) . . m Fork system call
- 13:38, 16 December 2022 (diff | hist) . . (+1) . . m C processes in Linux (→Advance)
- 13:37, 16 December 2022 (diff | hist) . . (+183) . . m C processes in Linux
- 12:09, 16 December 2022 (diff | hist) . . (+24) . . m C processes in Linux
- 12:06, 16 December 2022 (diff | hist) . . (+135) . . m C processes in Linux (→Use of fork)
- 12:02, 16 December 2022 (diff | hist) . . (+712) . . m C processes in Linux
- 10:48, 16 December 2022 (diff | hist) . . (-8) . . m C processes in Linux
- 10:46, 16 December 2022 (diff | hist) . . (+13) . . m C processes in Linux
- 10:44, 16 December 2022 (diff | hist) . . (+62) . . m C processes in Linux
- 10:42, 16 December 2022 (diff | hist) . . (+1) . . m C processes in Linux (→Example of creating several processes)
- 10:39, 16 December 2022 (diff | hist) . . (+40) . . m C processes in Linux (→Example of creating several processes)
- 10:38, 16 December 2022 (diff | hist) . . (+8) . . m C processes in Linux (→Example of creating several processes)
- 10:37, 16 December 2022 (diff | hist) . . (+38) . . m Bash processes (→example)
- 09:40, 16 December 2022 (diff | hist) . . (+44) . . m C processes in Linux (→Example of creating several processes)
- 09:39, 16 December 2022 (diff | hist) . . (+47) . . m Bash processes (→example)
- 09:38, 16 December 2022 (diff | hist) . . (+977) . . N C processes in Linux (Created page with "===Example of creating several processes=== <source lang=c line> #include <stdio.h> #include <sys/types.h> #include <unistd.h> #include <wait.h> void childprocess(char *name,...")
- 09:35, 16 December 2022 (diff | hist) . . (+55) . . m Process Linux
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)