General: Command Line Interface - IGEL-Community/IGEL-Community.github.io GitHub Wiki
Log Files
messages
LX V4 + V5
tail -f /var/log/messages
LX V10
messages file is not available.
alternative command:
journalctl -f
or:
dmesg -w
tail -f /var/log/messages
messages file is not available.
alternative command:
journalctl -f
or:
dmesg -w