Linux CLI - System Administration
Why does
journalctl -u myservice.service -n 5 -r show logs in reverse order?journalctl -u myservice.service -n 5 -r show logs in reverse order?-r option-r flag reverses the output order, showing newest logs first.-n 5 with -r shows last 5 logs starting from newest.-r reverses output order to newest first -> Option D-r = reverse output order [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions