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.
我在工作中使用 Mac(Mtn Lion),但我们所有的服务器都是基于 Windows 的。实时查看日志会很棒,我有办法做到这一点吗?
我想我可以远程进入机器,但这不是很方便。现在我只需要使用 SMB 在 Finder 中的 Windows 机器上安装日志共享,并使用文本编辑器打开日志文件,然后重新打开它们以获取最新数据。
谢谢!
tail -f在 osx 终端窗口中使用
tail -f
我通常为此使用“tail -f”。在 Linux 中,它也适用于挂载的 SMB 共享中的文件。
我注意到 tail 在 Mac OS 中的相同上下文中不起作用。它没有正确遵循。要解决此问题,请改用 gtail。您可以从 macports 安装 gtail。即使在通过 Mac OS 上的 Finder 挂载的 Windows 共享上也能正确遵循。