[HOME]

Path : /lib/systemd/
Upload :
Current File : //lib/systemd/rhel-dmesg

#!/bin/bash
[ -f /var/log/dmesg ] && mv -f /var/log/dmesg /var/log/dmesg.old
dmesg -s 131072 > /var/log/dmesg