Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我错误地应用了命令,
sudo rm -rf /etc/init.d/apache2 restart
之后我无法运行 apache2
我该如何解决这个问题?
执行以下操作:
sudo apt-get purge apache2 sudo apt-get install apache2 sudo service apache2 start
如果 Apache2 是作为系统包的一部分安装的(例如使用 Debian apt-get),那么您应该能够通过删除并重新安装包来取回它(我不敢说使用例如重新安装选项,因为我不认为涉及配置文件)。您还可以获取源包并在其中找到 init.d 文件并将其复制回来。