permissions - What does it mean to tor your ACL?

06
2014-04
  • juuga

    I've heard many people say that they tor their ACL. What does it mean? like they anonymously route their user permissions?

  • Answers
  • techie007

    They are talking about "Tearing" ("Tore" = past-tense) the Anterior cruciate ligament (ACL) in their knee, as in "I tore my ACL".

    Nothing to do with computers. :)


  • Related Question

    permissions - How can I get vim to set an ACL on its swap files?
  • thsutton

    I use vim on an OS X Snow Leopard Server machine. A number of the directories I work in have ACLs (so that various groups of users can access them over AFP) that are inherited. For some reason, when I'm working in one of these directories, vim cannot read it's own swap files. It can create them fine but can't read them which, for some reason, makes it display the "swap file already exists" message (and no, the swap file does not already exist).

    vim -r lists the newly created swap file as "[cannot be read]". The owner and group are correct and the permissions are 0600, and the ACLs on the swap file and the file I'm editing are identical (as disclosed by ls -le and compared with diff). groups returns the same thing whether invoked from my login shell or via :! in vim.

    Has anyone encountered (and hopefully resolved) a problem like this before?


  • Related Answers
  • akira

    create the swap files in a folder you own.

    :help directory