Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

14
  • What does this question to do with bash? Commented Jan 17, 2018 at 19:22
  • I use the child_process module to execute bash commands. Commented Jan 17, 2018 at 19:34
  • I have heard of other cases where Imagemagick will not read from /tmp. I suspect it is done for security, but do not know for a fact. I suggest not putting images there. Commented Jan 17, 2018 at 19:59
  • @fmw42 it's not my files, it's IM's temp files. Commented Jan 17, 2018 at 20:07
  • 1
    If you are sure about its something to do with '/tmp' can you check whether it has any file attributes with command like 'lsattr -d /tmp' ? And also check 'getfacl /tmp'. Did it throw any clue? Commented Jan 28, 2018 at 6:21