Timeline for Redirecting any and all file descriptors to a file
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 19, 2021 at 9:24 | answer | added | Marcus Müller | timeline score: 1 | |
| Jul 19, 2021 at 9:13 | comment | added | GypsyCosmonaut | @MarcusMüller Thanks for the response. Added a bit of info in the question | |
| Jul 19, 2021 at 9:12 | history | edited | GypsyCosmonaut | CC BY-SA 4.0 | added 397 characters in body |
| Jul 19, 2021 at 9:04 | comment | added | Marcus Müller | "I just want to redirect all file descriptors to a file." This won't work. Your binary needs to open some files, including, but not limited to, libraries; to see what I mean, run something trivial like strace echo foobar and count the open/openat calls. When you mess with these, things simply won't work. I think you really need to describe what it is that you're planning to do, and which problem you want to solve with that. | |
| Jul 19, 2021 at 9:01 | history | edited | GypsyCosmonaut | CC BY-SA 4.0 | deleted 4 characters in body |
| Jul 19, 2021 at 8:48 | history | edited | GypsyCosmonaut | CC BY-SA 4.0 | added 5 characters in body |
| Jul 19, 2021 at 8:42 | history | asked | GypsyCosmonaut | CC BY-SA 4.0 |