#动态日志
tail -f x.log
#查看最后10条
tail -n 10 x.log

先用ssh 命令连接上

ssh 用户@IP

如果有端口前面加-p 端口

相关文章:

  • 2021-10-23
  • 2021-12-06
  • 2021-12-06
  • 2021-12-06
  • 2021-11-20
  • 2021-11-28
  • 2022-01-19
  • 2022-01-17
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-10
  • 2021-12-18
  • 2021-12-06
相关资源
相似解决方案