Running and Verifying Squid
- Grant the permission on logs in the Squid installation directory.
1chmod 777 /usr/local/squid/var/logs/
- Start Squid.
1/usr/local/squid/sbin/squid

- Verify Squid.
1ps -ef |grep squid
If the Squid process is displayed, Squid is running properly.

- Optional: Run the following command to stop Squid. Do not run this command when services are running.
1/usr/local/squid/sbin/squid -k shutdown

- Optional: Uninstall Squid and query the result.
1 2 3
rpm -qa |grep squid rpm -e --nodeps squid-4.8 rm -rf /usr/local/squid/
- Optional: Run the following command to stop Squid. Do not run this command when services are running.
Parent topic: Squid Porting Guide