Timeline for Cannot create temp file for here-document: Permission denied
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 10, 2018 at 16:00 | history | edited | Elliptical view | CC BY-SA 3.0 | deleted 1 character in body |
| Mar 9, 2018 at 17:55 | comment | added | Stéphane Chazelas | In the case of ksh93 and tcsh, it works because they open the file only once in read+write mode, write the data and then seek back to the beginning. | |
| Mar 9, 2018 at 17:45 | comment | added | Stéphane Chazelas | It also affects zsh and mksh, not ksh93 nor tcsh. Not dash, rc, es, nor yash either but that's because they use pipes instead of temp files. | |
| Mar 9, 2018 at 17:03 | history | edited | Elliptical view | CC BY-SA 3.0 | <<< is a here string, althought the message was for a << here document. Ref: https://linux.die.net/man/1/bash |
| Mar 9, 2018 at 16:36 | history | edited | Rui F Ribeiro | CC BY-SA 3.0 | added 2 characters in body |
| Mar 9, 2018 at 16:35 | comment | added | Rui F Ribeiro | Interesting indeed. +1 See unix.stackexchange.com/questions/166292/… | |
| Mar 9, 2018 at 16:30 | history | answered | Elliptical view | CC BY-SA 3.0 |