tail 查看文件末尾n行、日志持续追踪

tail命令用于指定查看文件末位的n行,这个文件对持续追踪日志输出很有用,其语法格式如下:

tail  [选项] 文件名

参数如下:

-n  	:指定输出文件末位n行,默认是10 行
-f    	:持续追踪,通常用于持续追踪日志的输出

演示示例:

[root@Centos8 ~]# tail -3 /etc/passwd				#输出文件的末位3行
nginx:x:1001:1001::/home/nginx:/bin/false
mysql:x:973:1002::/home/mysql:/bin/false
php:x:1002:1003::/home/php:/bin/false

[root@Centos8 ~]# tail -22f /var/log/messages     #持续追踪日志,这里-22f也可以写成 -f -n22,n不可省略
May 20 22:55:55 Centos8 systemd-tmpfiles[2056]: [/usr/lib/tmpfiles.d/mysql.conf:23] Line references path below legacy directory /var/run/, updating /var/run/mysqld → /run/mysqld; please update the tmpfiles.d/ drop-in file accordingly.
May 20 22:55:55 Centos8 systemd-tmpfiles[2056]: [/usr/lib/tmpfiles.d/pesign.conf:1] Line references path below legacy directory /var/run/, updating /var/run/pesign → /run/pesign; please update the tmpfiles.d/ drop-in file accordingly.
May 20 22:55:55 Centos8 systemd[1]: systemd-tmpfiles-clean.service: Succeeded.
May 20 22:55:55 Centos8 systemd[1]: Started Cleanup of Temporary Directories.
  • 1
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值