InterviewSolution
Saved Bookmarks
| 1. |
How To Check Live Running Logs Of Squid ? |
|
Answer» To see the LIVE LOGS of SQUID use the below command : # tailf /var/log/squid/access.log To see the live logs of squid use the below command : # tailf /var/log/squid/access.log |
|