Timeline for Are the terms session and process totally synonymous in shell-scripting or at least in Bash?
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 7, 2018 at 15:26 | vote | accept | CommunityBot | moved from User.Id=149572 by developer User.Id=79749 | |
| Oct 1, 2018 at 20:07 | answer | added | ilkkachu | timeline score: 3 | |
| Oct 1, 2018 at 0:53 | comment | added | user313992 | "session" and "process" are NOT synonymous. Even if a session has just a process in it, the session's lifetime not tied to the lifetime of the process; the process could fork, then exit, and it would stilll be the session leader (the process whose session id is equal to its pid) even after death, as long as there are still processes with the same session id around. | |
| Sep 30, 2018 at 23:34 | comment | added | JdeBP | I recommend reading existing questions on the subject first, such as unix.stackexchange.com/questions/82844 , unix.stackexchange.com/questions/441999 , unix.stackexchange.com/questions/331585 , and unix.stackexchange.com/questions/405755 just for starters. | |
| Sep 30, 2018 at 20:00 | history | edited | user149572 | CC BY-SA 4.0 | deleted 66 characters in body |
| Sep 30, 2018 at 18:14 | comment | added | user149572 | Yes, I just hinted that you could mention this in an answer, if you want... | |
| Sep 30, 2018 at 16:41 | history | edited | user149572 | CC BY-SA 4.0 | added 9 characters in body |
| Sep 30, 2018 at 16:31 | history | asked | user149572 | CC BY-SA 4.0 |