Created
January 18, 2013 01:46
-
-
Save jeserkin/4561633 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Ubuntu 10.10 | |
| sandbox@ubuntu:~$ ls -l /var/log/apache2/ | |
| total 20972 | |
| -rw-r----- 1 root adm 3305413 2013-01-18 01:23 error.log | |
| Ubuntu 12.04 | |
| Those that are by default under /var/log/apache2 | |
| sandbox@ubuntu:~$ ls -l /var/log/apache2/ | |
| total 376 | |
| -rw-r----- 1 root adm 143698 Jan 18 02:50 error.log | |
| error.log in project directory after setting 777 permission | |
| Files uploaded by me through IDE | |
| sandbox@ubuntu:~$ ls -l public_html/project1/ | |
| total 32 | |
| -rwxrwxrwx 1 sandbox www-pub 251 Jan 17 22:22 config.php | |
| Directory created by script | |
| drwxr-sr-x 3 www-data www-pub 4096 Jan 17 22:21 imgs_maps | |
| And files | |
| sandbox@ubuntu:~$ ls -l public_html/project1/imgs_maps/ | |
| total 236 | |
| -rw-r--r-- 1 www-data www-pub 67468 Jan 17 22:21 krasnojarsk.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment