I am connected to a LAN-Network using dhcpcd. I am trying to view my current lease. A file is created in the directory /var/lib/dhcpcd/ with the name interface.lease which I'm trying to read. I am getting a cryptic output, why?
cat interface.lease gives the output
�;��
)
)��c�Sc56
3Q�:��;'P��
��
domain
hostname
As you can see the domain and hostname can be seen, but the rest is scrambled.
I have been unable to find answers using google and I'm getting a bit frustrated since it works without problems if I'm using dhclient for example. However the project I'm working on uses dhcpcd, so this is not an option.