• neidu2@feddit.nl
    link
    fedilink
    arrow-up
    2
    ·
    2 months ago

    WTF, for the past 25 years, I thought /usr was short for /user, partially because of FreeBSDs preference for having user homes in /usr/home/*

  • nanook@friendica.eskimo.com
    link
    fedilink
    arrow-up
    1
    ·
    27 days ago

    Temporary files can be created by user programs. On my machines, I made /tmp an in memory file system and also disallow execution or setuid/gid in this directory as much malware tries to abuse it in this manner.

  • takeheart@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    What’s the difference between run time program data and temporary files? Is /tmp just for system level processes but not for user space?

    • Lemongrab@lemmy.one
      link
      fedilink
      arrow-up
      2
      ·
      27 days ago

      You can shove anything in /tmp, it is (by default) read/writeable by all users/groups. Plenty of user apps create files/folders in tmp