InterviewSolution
Saved Bookmarks
| 1. |
How To Clear Squid Cache ? |
|
Answer» To clear the SQUID CACHE , first STOP the squid service and run below command : # service squid stop # RM -RF /var/lib/squid/cache/* Not create swap directories : # squid –z To clear the squid cache , first stop the squid service and run below command : # service squid stop # rm -rf /var/lib/squid/cache/* Not create swap directories : # squid –z |
|