What is the polite way to periodically cut down the size of /var/adm/wtmp and wtmpx? On AIX it was just an ascii file and I could throw /dev/null at it, but on Solaris it’s formatted. If I remove it and recreate the file with touch, would that work?
Thanks,
David