重新启动 Squid 代理服务器的命令?

发布于 2024-11-07 06:18:22 字数 1459 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

欢烬 2024-11-14 06:18:22

大多数情况下,服务是通过 init 系统启动的,您可以使用以下命令重新启动您的服务

/etc/init.d/squid restart

,或者在 debian / ubuntu 上,您应该使用服务应用程序

service squid restart

service squid3 restart

但也许我们应该中继制表符完成以自动完成正确的服务:

service squid<TAB> restart

Most of the time services are started via the init system you can probably restart your service with

/etc/init.d/squid restart

or on debian / ubuntu you should use the service application

service squid restart

or

service squid3 restart

But maybe we should relay on tab completion to auto complete to the proper service:

service squid<TAB> restart
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文