Created
August 31, 2011 10:55
-
-
Save HostOnNet/1183294 to your computer and use it in GitHub Desktop.
This file contains 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
root@server10 [~]# df -h | |
Filesystem Size Used Avail Use% Mounted on | |
/dev/sda5 9.7G 598M 8.7G 7% / | |
/dev/sda8 996M 845M 100M 90% /tmp | |
/dev/sda7 420G 285G 113G 72% /home | |
/dev/sda3 9.7G 7.6G 1.7G 83% /usr | |
/dev/sda2 9.7G 4.1G 5.2G 44% /var | |
/dev/sda1 99M 23M 72M 24% /boot | |
tmpfs 2.0G 0 2.0G 0% /dev/shm | |
/dev/sdb1 459G 343G 93G 79% /backup | |
root@server10 [~]# cd /home/billing/ | |
root@server10 [/home/billing]# cd public_html | |
root@server10 [/home/billing/public_html]# ls -la | |
total 2099776 | |
drwxr-x--- 12 billing nobody 4096 Jul 30 11:49 . | |
drwx--x--x 15 billing billing 4096 Aug 3 12:12 .. | |
drwxr-xr-x 2 billing billing 4096 Jun 9 18:36 admin | |
drwxr-xr-x 3 billing billing 4096 Jun 9 18:36 api | |
-rw-r--r-- 1 billing billing 250196 Jun 9 17:46 CHANGELOG.txt | |
-rw-r--r-- 1 billing billing 1907 Jul 30 12:15 config.php | |
-rw-rw-rw- 1 billing billing 1577 Jun 9 18:36 config.php.backup | |
-rw-r--r-- 1 billing billing 2147483647 Aug 31 10:17 error_log | |
-rw-r--r-- 1 billing billing 3638 Mar 19 2010 favicon.ico | |
-rw-r--r-- 1 billing billing 224157 Jun 9 18:36 file_integrity.php | |
drwxr-xr-x 3 billing billing 4096 Jun 9 18:36 images | |
-rwxr-xr-x 1 billing billing 2267 Dec 17 2008 index.php | |
-rw-r--r-- 1 billing billing 2844 Jul 15 2010 install.php | |
-rw-r--r-- 1 billing billing 2362 Mar 24 02:34 INSTALL.txt | |
drwxr-xr-x 6 billing billing 4096 Jun 9 18:36 javascript | |
drwxr-xr-x 2 billing billing 4096 Jun 9 18:36 language | |
drwxr-xr-x 11 billing billing 4096 Jun 9 18:36 modules | |
drwxr-xr-x 13 billing billing 4096 Jun 9 18:36 newedge | |
-rw-r--r-- 1 billing billing 6784 Jun 9 18:36 newedge.php | |
-rw-r--r-- 1 billing billing 2847 Jun 9 18:36 order.php | |
drwxr-xr-x 14 billing billing 4096 Jun 9 18:36 plugins | |
-rw-r--r-- 1 billing billing 168 Jun 9 18:36 services.php | |
-rw-r--r-- 1 billing billing 2805 May 24 19:05 signup.php | |
-rw-r--r-- 1 billing billing 479 Jun 9 18:36 SupportPipe.php | |
drwxr-xr-x 4 billing billing 4096 Jun 9 18:36 templates | |
drwxrwxrwx 6 billing billing 4096 Jul 30 12:13 uploads | |
root@server10 [/home/billing/public_html]# tail -f error_log | |
<li class="filters"> | |
<a id="departmenttoggle" href="javascript:toggleTicketParent('departmenttoggle','Ticket_Sidebar_DepartmentToggle');ce.updateTicketsCache();" class="toggleopen">*</a> | |
<a style="text-decoration:none;" href="javascript:toggleTicketParent('departmenttoggle','Ticket_Sidebar_DepartmentToggle');ce.updateTicketsCache();"><img alt="*" border="0" style="position:relative;top:4px;padding-right:1px;" height="16" width="16" src="../templates/admin/images/folder-small.png">Departments</a> | |
<ul id="departmenttoggle_options" style="display:;"> | |
<li class=""> | |
<span onmouseover="highlightCount('-2',true);" onmouseout="highlightCount('-2',false);" class="count" id="-2_count"><a onclick="processFilterClick(-2);" style="cursor:pointer;">5</a></span> | |
<img alt="" class="x-tree-elbow" src="../javascript/ext/images/gray-extend/tree/elbow.gif"><a onmouseover="highlightCount(-2,true);" onmouseout="highlightCount(-2,false);" onclick="processFilterClick('-2');" style="cursor:pointer;">General</a> | |
</li> | |
<li class=""> | |
<span onmouseover="highlightCount('-3',true);" onmouseout="highlightCount | |
root@server10 [/home/billing/public_html]# rm -f error_log | |
root@server10 [/home/billing/public_html]# ls -la | |
total 588 | |
drwxr-x--- 12 billing nobody 4096 Aug 31 10:54 . | |
drwx--x--x 15 billing billing 4096 Aug 3 12:12 .. | |
drwxr-xr-x 2 billing billing 4096 Jun 9 18:36 admin | |
drwxr-xr-x 3 billing billing 4096 Jun 9 18:36 api | |
-rw-r--r-- 1 billing billing 250196 Jun 9 17:46 CHANGELOG.txt | |
-rw-r--r-- 1 billing billing 1907 Jul 30 12:15 config.php | |
-rw-rw-rw- 1 billing billing 1577 Jun 9 18:36 config.php.backup | |
-rw-r--r-- 1 billing billing 14899 Aug 31 10:55 error_log | |
-rw-r--r-- 1 billing billing 3638 Mar 19 2010 favicon.ico | |
-rw-r--r-- 1 billing billing 224157 Jun 9 18:36 file_integrity.php | |
drwxr-xr-x 3 billing billing 4096 Jun 9 18:36 images | |
-rwxr-xr-x 1 billing billing 2267 Dec 17 2008 index.php | |
-rw-r--r-- 1 billing billing 2844 Jul 15 2010 install.php | |
-rw-r--r-- 1 billing billing 2362 Mar 24 02:34 INSTALL.txt | |
drwxr-xr-x 6 billing billing 4096 Jun 9 18:36 javascript | |
drwxr-xr-x 2 billing billing 4096 Jun 9 18:36 language | |
drwxr-xr-x 11 billing billing 4096 Jun 9 18:36 modules | |
drwxr-xr-x 13 billing billing 4096 Jun 9 18:36 newedge | |
-rw-r--r-- 1 billing billing 6784 Jun 9 18:36 newedge.php | |
-rw-r--r-- 1 billing billing 2847 Jun 9 18:36 order.php | |
drwxr-xr-x 14 billing billing 4096 Jun 9 18:36 plugins | |
-rw-r--r-- 1 billing billing 168 Jun 9 18:36 services.php | |
-rw-r--r-- 1 billing billing 2805 May 24 19:05 signup.php | |
-rw-r--r-- 1 billing billing 479 Jun 9 18:36 SupportPipe.php | |
drwxr-xr-x 4 billing billing 4096 Jun 9 18:36 templates | |
drwxrwxrwx 6 billing billing 4096 Jul 30 12:13 uploads | |
root@server10 [/home/billing/public_html]# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment