M HYPE SPLASH
// news

How to view systemd / journald log for the isc dhcp service?

By Emma Terry

I wish to view the log file entries only for ISC DHCPd server service.

How do I do this with the journalctl tool?

I tried googling around for the answer, which didn't produce anything.

I tried journalctl -u dhcpd which didn't give me anything.

1 Answer

The command was actually:

journalctl -u isc-dhcp-server

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy