Show logs from the specified unit --user-unit=UNIT Show logs from the specified user unit -t --identifier=STRING Show entries with the specified syslog identifier -p --priority=RANGE Show entries with the specified priority -g --grep=PATTERN Show entries with MESSAGE matching PATTERN --case-...
journalctl /usr/bin/dbus-daemon Show all kernel logs from previous boot: journalctl -k -b -1 Show a live log display from a system service apache.service: journalctl -f -u apache SEE ALSO systemd(1), systemd-journald.service(8), systemctl(1), coredumpctl(1), systemd.journal- fields(...
-- Logs begin at Sat 2017-05-13 23:26:32 HKT, end at Thu 2018-08-09 19:09:54 HKT. --8月 09 14:36:32 T520 systemd[1]: /etc/systemd/system/netctl@wlp3s0\x2daWiFi.service:1: .include directives are deprecated, and support for them will be removed in a future version of sys...
journalctl[OPTIONS...][MATCHES...]Query the journal.Options:--system Show the system journal--user Show the user journalforthe current user-M--machine=CONTAINER Operate on local container-S--since=DATE Show entriesnotolder than the specified date-U--until=DATE Show entriesnotnewer than the s...
[root@vrgv ~]# journalctl -u docker.service-- Logs begin at Thu 2021-02-18 10:37:48 CST, end at Mon 2021-03-01 12:46:08 CST. --Feb 18 10:37:59 vrgv systemd[1]: Starting Docker Application Container Engine...Feb 18 10:37:59 vrgv dockerd[10179]: time="2021-02-18T10:37...
Show only the most recent journal entries, and continuously print new entries as they are appended to the journal. -e, --pager-end Immediately jump to the end of the journal inside the implied pager tool. This implies -n1000 to guarantee that the pager will not buffer logs of unbounded ...
[root@vrgv ~]# journalctl -fu docker.service -- Logs begin at Thu 2021-02-18 10:37:48 CST. -- Feb 18 10:38:00 vrgv dockerd[10179]: time="2021-02-18T10:38:00.241741884+08:00" level=info msg="Loading containers: start." ...
Show entries after the specified cursor--show-cursor Print the cursor after all the entries-b--boot[=ID] Show current boot or the specified boot--list-boots Show terse information about recorded boots-k--dmesg Show kernel message log from the current boot-u--unit=UNIT Show logs from the ...
-u--unit=UNIT Show logs from the specified unit --user-unit=UNIT Show logs from the specified user unit -t--identifier=STRING Show entries with the specified syslog identifier -p--priority=RANGE Show entries with the specified priority ...
[root@centos7~]# ip linkaddlink ens32 name br1 type bridge [root@centos7~]# ip linkshowdev br18: br1:<BROADCAST,MULTICAST>mtu1500qdisc noop state DOWN modeDEFAULTlink/ether0e:00:3a:f2:fa:ee brd ff:ff:ff:ff:ff:ff #启用 [root@centos7~]# ip linksetdev br1 up #停用 [root@ce...