Category Archives: cli

Save the output of a command using logsave

If you want to save the output of a certain command, and furthermore do it at preset time intervals, use logsave: logsave foo /bin/ls anaconda-ks.cfg apache foo install.log install.log. syslog and after that do a more foo Logsave is useful also because it prints the exact date and time of the event, before and after… Read More »

Umount stubborn devices

We’ve all been there: you want to umount a certain device and you’re being told the resource is still being used. Maybe you forgot to close the Nautilus window or maybe you are still accessing the device from the command line. To find out for sure, use fuser. If, for example, you can’t umount your… Read More »