Rajesh kumar <rkrajeshkumar87@...> writes: > > I need a application which logs the hardware changes in a linux machine. Say > if ram is increased or reduced, harddisk added, sound card removes etc > should be logged.
The changes to the device tree can be monitored using udevadm. The following udevadm command prints the event notifications from the kernel. $ udevadm monitor --kernel Regards, Vijay _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
