Guest User

Untitled

a guest
Dec 13th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. // The problemic directory in this example is modules/taxonomy. Specifically /var/www/docroot/modules/taxonomy.
  2.  
  3. // Here I list the parent directory 'modules', as you can see taxonomy/ is not listed:
  4.  
  5. vagrant@nexus7ad:/var/www/docroot$ ls -al modules/
  6. total 4
  7. drwxr-xr-x 43 501 dialout 1376 Jul 6 17:51 .
  8. drwxr-xr-x 27 501 dialout 864 Dec 5 23:43 ..
  9. ...
  10. drwxr-xr-x 36 501 dialout 1152 Dec 5 23:43 system
  11. drwxr-xr-x 9 501 dialout 288 Dec 5 23:43 toolbar
  12. drwxr-xr-x 8 501 dialout 256 Dec 5 23:43 tracker
  13. drwxr-xr-x 7 501 dialout 224 Dec 5 23:43 translation
  14. drwxr-xr-x 9 501 dialout 288 Dec 5 23:43 trigger
  15. drwxr-xr-x 16 501 dialout 512 Dec 5 23:43 update
  16. ...
  17.  
  18. // Here I list the taxonomy directory that didn't appear before and you can see that the directory exists and has contents.
  19.  
  20. vagrant@nexus7ad:/var/www/docroot$ ls -al modules/taxonomy/
  21. total 264
  22. drwxr-xr-x 13 501 dialout 416 Dec 5 23:43 .
  23. drwxr-xr-x 43 501 dialout 1376 Jul 6 17:51 ..
  24. -rw-r--r-- 1 501 dialout 36578 Jul 6 17:51 taxonomy.admin.inc
  25. -rw-r--r-- 1 501 dialout 6052 Jul 6 17:51 taxonomy.api.php
  26. -rw-r--r-- 1 501 dialout 232 Jul 6 17:51 taxonomy.css
  27. -rw-r--r-- 1 501 dialout 353 Dec 5 23:43 taxonomy.info
  28. -rw-r--r-- 1 501 dialout 30893 Dec 5 23:43 taxonomy.install
  29. -rw-r--r-- 1 501 dialout 1770 Jul 6 17:51 taxonomy.js
  30. -rw-r--r-- 1 501 dialout 71738 Dec 5 23:43 taxonomy.module
  31. -rw-r--r-- 1 501 dialout 6713 Dec 5 23:43 taxonomy.pages.inc
  32. -rw-r--r-- 1 501 dialout 2144 Jul 6 17:51 taxonomy-term.tpl.php
  33. -rw-r--r-- 1 501 dialout 83367 Dec 5 23:43 taxonomy.test
  34. -rw-r--r-- 1 501 dialout 6028 Jul 6 17:51 taxonomy.tokens.inc
Add Comment
Please, Sign In to add comment