Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. - project
  2. - app
  3. - Config
  4. - file1.php
  5. - file.txt
  6.  
  7. require_once '../../file.txt';
  8.  
  9. $ ls -ld /var/www/html/project /var/www/html/project/app
  10. /var/www/html/project/app/Config /var/www/html/project/file.txt
  11. drwxr-xr-x 6 root root 4096 May 30 11:01 /var/www/html/project
  12. drwxrwxr-x 13 root root 4096 May 29 08:09 /var/www/html/project/app
  13. drwxrwxr-x 3 root root 4096 May 30 05:29 /var/www/html/project/app/Config
  14. -rw-r--r-- 1 root root 3401 May 30 11:13 /var/www/html/project/file.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement