Commands
Logging
- journalctl -f
- [f]ollow new messages (like `tail -f` for traditional syslog):
- journalctl -u kibana -f
- journalctl –since now|today|yesterday|tomorrow –until YYYY-MM-DD HH:MM:SS
- Filter messages within a time range (either timestamp or placeholders like “yesterday”):
- journalctl _PID=pid
- Show all messages by a specific process:
Process
Files
Users
Kernel
- lsmod Shows the status of linux kernel modules.
- modprobe Add or remove modules from the Linux kernel.