取消删除或重新创建“irc”; bash命令
(我在 2009 年中期的 MBP 上运行 OS X 10.7。)
我试图卸载 ircII,结果删除了 /bin 文件夹中的一些 irc 命令(“irc”、“ircflush”、“ircserv”等) 。
我想这些可能在我安装 ircII 之前就已经存在了。如果是这样,我该如何取回这些?我是否必须找到正确的脚本并编译它或其他什么?
另外(只是出于好奇)如果有人从 /bin 中删除了一些真正重要的 bash 命令,他们会做什么?
(I'm running OS X 10.7 on a mid-2009 MBP.)
I was trying to uninstall ircII and I wound up deleting some irc commands in my /bin folder ("irc", "ircflush", "ircserv", etc).
I think that these might have been there before I installed ircII. If so, how do I get these back? Do I have to find the proper script and compile it or something?
Also (just out of curiosity) if someone deleted some really central bash command out of /bin, what would they do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
OS X 中默认存在命令“irc”,但其他命令则不存在。
并且“irc”可执行文件不在“/bin”中。
The command "irc" exist by default in OS X, but the others don't.
And the "irc" executable isn't in "/bin".