notes/Ubuntu/动态查看文件.md
2024-04-29 22:22:30 +08:00

148 B

动态查看文件

tail -f 文件名

查看特定服务(例如 app_service)的实时日志

journalctl -u app_service -f