Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. tom@gazelle:~/www/yourls$ ls -l
  2. total 316
  3. drwxrwxr-x 2 tom tom 4096 Aug 25 19:29 admin
  4. -rw-rw-r-- 1 tom tom 3772 Aug 25 19:29 CHANGELOG.md
  5. -rw-rw-r-- 1 tom tom 2278 Aug 25 19:29 CONTRIBUTING.md
  6. drwxrwxr-x 2 tom tom 4096 Aug 25 19:29 css
  7. drwxrwxr-x 2 tom tom 4096 Aug 25 19:29 images
  8. -rw-rw-r-- 1 tom tom 68 Aug 27 20:09 include.php
  9. drwxrwxr-x 6 tom tom 4096 Aug 27 22:53 includes
  10. -rw-r--r-- 1 tom tom 15621 Sep 3 23:35 index.php
  11. drwxrwxr-x 4 tom tom 4096 Sep 2 22:05 infinity-squared
  12. drwxrwxr-x 2 tom tom 4096 Aug 25 19:29 js
  13. -rw-rw-r-- 1 tom tom 36168 Aug 25 19:29 LICENSE.md
  14. drwxrwxr-x 2 tom tom 4096 Aug 25 19:29 pages
  15. drw-r--r-- 5 tom tom 4096 Sep 3 23:54 public
  16. -rw-rw-r-- 1 tom tom 37357 Aug 25 19:29 readme.html
  17. -rwxrwxr-x 1 tom tom 606 Sep 2 23:00 README.md
  18. -rw-rw-r-- 1 tom tom 356 Aug 25 19:29 sample-public-api.txt
  19. -rw-rw-r-- 1 tom tom 5382 Aug 25 19:29 sample-public-front-page.txt
  20. -rw-rw-r-- 1 tom tom 1531 Aug 25 19:29 sample-remote-api-call.txt
  21. -rw-rw-r-- 1 tom tom 132 Aug 25 19:29 sample-robots.txt
  22. drwxrwxr-x 4 tom tom 4096 Aug 25 19:50 user
  23. -rw-rw-r-- 1 tom tom 1535 Aug 25 19:29 yourls-api.php
  24. -rw-rw-r-- 1 tom tom 1265 Aug 25 19:29 yourls-go.php
  25. -rw-rw-r-- 1 tom tom 19899 Aug 25 19:29 yourls-infos.php
  26. -rw-rw-r-- 1 tom tom 2189 Aug 25 19:29 yourls-loader.php
  27.  
  28. tom@gazelle:~/www/yourls$ cd public
  29. bash: cd: public: Permission denied
  30.  
  31. tom@gazelle:~/www/yourls$ ls -l public
  32. ls: cannot access public/style.css: Permission denied
  33. ls: cannot access public/config.php: Permission denied
  34. ls: cannot access public/img: Permission denied
  35. ls: cannot access public/js: Permission denied
  36. ls: cannot access public/formalize.css: Permission denied
  37. ls: cannot access public/languages: Permission denied
  38. ls: cannot access public/CHANGELOG.md: Permission denied
  39. total 0
  40. -????????? ? ? ? ? ? CHANGELOG.md
  41. -????????? ? ? ? ? ? config.php
  42. -????????? ? ? ? ? ? formalize.css
  43. d????????? ? ? ? ? ? img
  44. d????????? ? ? ? ? ? js
  45. d????????? ? ? ? ? ? languages
  46. -????????? ? ? ? ? ? style.css
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement