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*

3
  • 6
    You should note that this configuration is highly dangerous. Sooner or later you're going to leak some confidential commands in a publicly exposed archive or repository. On a multiuser machine, as soon as you change into another user's directory and run a few commands there, they can modify your files and probably gain a backdoor to your account. And other users, or people whose archives you download, can easily trick you into running commands by injecting them into your shell history. Commented Aug 24, 2016 at 23:15
  • 1
    Great, I didn't think about that, thanks very much. Commented Aug 25, 2016 at 13:24
  • See my answer unix.stackexchange.com/a/794892 which hopefully addresses some of the concerns raised by @Gilles'SO-stopbeingevil' Commented May 14 at 14:38