Watch how Linux apps interact with your files behind the scenes.
The watch and tail commands can help monitor activity on Linux systems. This post looks at some helpful ways to use these commands. The watch and tail commands provide some interesting options for ...
Linux tip: Many users are all too familiar with using Ctrl+Alt+Del (or, on a Mac, Cmd+Opt+Esc) to kill unresponsive processes. There isn't a comparable keyboard shortcut for Linux by default, but a ...
Linux might sound scary for first-time Linux users, but actually, it isn’t. Linux is a bunch of open-source Unix operating systems based on Linux Kernel. These operating systems are called Linux ...
In the beginning days of Unix and later Linux, disks were physically large, but very small in terms of storage capacity. A 300 megabyte disk in the mid-90’s was the size of a shoebox. Today, you can ...
Most similar to top is iotop. This program shows you the total and current disk read and write numbers for the file system and also shows you who is eating up the most disk I/O. This screen looks busy ...
If your Linux system becomes unresponsive, this tool can monitor it and reboot when problems arise. Here's how.