File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Original file line number Diff line number Diff line change @@ -120,9 +120,10 @@ If there are any issues, correct them now before moving on.
120
120
121
121
**2. Using Acl on a system that does not support chmod +a **
122
122
123
- Some systems, like Ubuntu, don't support ``chmod +a ``, but do support
124
- another utility called ``setfacl ``. On some systems, this will need to
125
- be installed before using it:
123
+ Some systems don't support ``chmod +a ``, but do support another utility
124
+ called ``setfacl ``. You may need to `enable ACL support `_ on your partition
125
+ and install setfacl before using it (as is the case with Ubuntu), like
126
+ so:
126
127
127
128
.. code-block :: bash
128
129
@@ -204,6 +205,7 @@ Now, the vendor directory won't be committed to source control. This is fine
204
205
project, he/she can simply run the ``php bin/vendors install `` script to
205
206
download all the necessary vendor libraries.
206
207
208
+ .. _`enable ACL support` : https://help.ubuntu.com/community/FilePermissions#ACLs
207
209
.. _`http://symfony.com/download` : http://symfony.com/download
208
210
.. _`Git` : http://git-scm.com/
209
211
.. _`GitHub Bootcamp` : http://help.github.com/set-up-git-redirect
You can’t perform that action at this time.
0 commit comments