Tag: process


Found 1094 results for 'process'.


1) linux - How to read environment variables of a process
2) linux - Can a parent process change its child's environment?
3) shell - If processes inherit the parent's environment, why do we need export?
4) linux - Why does a "child" process finish before its parent?
5) bash - Example of subshell without child-shell process
6) bash - Same process has different environmental variables in /proc/pid/environ when seen from different sessions. Why?
7) process - New parent process when the parent process dies
8) process - Change the parent process of a process?
9) process - killing parent process doesn't kill child
10) linux - Current environmental variables of a process
11) bash - Does backgrounded child process die with parent?
12) shell - Why is SIGINT not propagated to child process when sent to its parent process?
13) linux - Can a process run regardless of any shell?
14) linux - Can you screen a running programme?
15) linux - Can you screen a running programme?
16) linux - Keeping a linux process running after I logout
17) linux - Can I nohup/resume an existing tar process initiation in a ssh session?
18) linux - how to access to lost process?
19) linux - Linux process management
20) linux - How to get pid of just started process
21) linux - Upstart: What is the first tracked PID w/o expect, but with script AND exec?
22) linux - Screen a running process
23) linux - Screen sessions getting killed but processes still live on and run
24) bash - How to get list of all child process spawned by a script
25) process - What are "session leaders" in `ps`?
26) bash - Bash: when is a PID exactly freed up?
27) process - How does a parent process know the process IDs of the child processes it started?
28) process - After fork(), where does the child begin its execution?
29) process - Is there any UNIX variant on which a child process dies with its parent?
30) linux-kernel - Strange zombie process responds to signals?
31) process - Why does fork sometimes return parent and sometimes child?
32) shell - Does a fork child process of a shell in bg receive SIGSTOP signals from parent?
33) bash - Is a sub-shell the same thing as a child-shell
34) bash - How to create an orphan process without terminating the parent shell?
35) shell - Three Questions on Child Shells: Lifespan and Creation
36) bash - Subshell (subprocess/child process) with its own $BASHPID not listed by `ps`
37) shell - Terminating a bash shell script running in the background
38) process - Get list of processes that were forked off my currently running process?
39) shell - Find out current working directory of a running process?
40) process - How to kill all child processes after parent process died and they all switched to init?
41) process - When vfork is called is parent process really suspended?
42) process - If I use one of the exec family functions to open a child process, will pipes to parent be applied to the child?
43) process - Accessing memory of parent process from child process
44) process - How to have PID printed to the terminal at the start of *every* process?
45) process - Does a process’s parent have any significance from the perspective of its child?
46) shell - How to disown a process from another shell
47) linux - change /proc/PID/environ after process start
48) shell - Why PPID is different when opening from terminal and when opening by doubleclicking
49) command-line - How to get the id of a very short child process if the parent is known?
50) process - What is a "subreaper" process?