10000 Add details about chmod +a vs setfacl by pasdeloup · Pull Request #6518 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Add details about chmod +a vs setfacl #6518

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove notice about old ubuntu versions + rewrap paragraph
  • Loading branch information
pasdeloup committed May 4, 2016
commit 3fa5e8ad8f56e07e934536aba8594d939b3c6a14
9 changes: 4 additions & 5 deletions book/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,10 @@ If there are any issues, correct them now before moving on.

**3. Using ACL on a system that supports setfacl (most Linux/BSD)**

Most Linux and BSD distributions don't support ``chmod +a``, but do support another utility
called ``setfacl``. You may need to `enable ACL support`_ on your partition
and install setfacl before using it (as is the case with old versions of Ubuntu). This
uses a command to try to determine your web server user and set it as
``HTTPDUSER``:
Most Linux and BSD distributions don't support ``chmod +a``, but do support
another utility called ``setfacl``. You may need to `enable ACL support`_
on your partition and install setfacl before using it. This uses a command
to try to determine your web server user and set it as ``HTTPDUSER``:

.. code-block:: bash

Expand Down
0