The Unix / Linux filesystem hierarchy can seem quite daunting to those new to the OS. It was the same for us when we got started. But this mysterious filesystem isn’t that mysterious after all; we ...
There are a number of Linux commands that will display file system types along with the file system names, mount points and such. Some will also display sizes and available disk space. The df command ...
Triggering scripts with incron and systemd. It is, at times, important to know when things change in the Linux OS. The uses to which systems are placed often include high-priority data that must be ...
One of the last things the Linux kernel does during system boot is mount the root filesystem. The Linux kernel dictates no filesystem structure, but user space applications expect to find files with ...
The way the Linux file system is laid out makes perfect sense. I've been using Linux for so many years that I can't imagine another file system making more sense. When I consider how the Windows file ...
With a handful of commands and a trick or two, you can move around the Linux file system with ease and never get lost. One of the first things Linux users need to learn is how to move around the Linux ...
One of the questions that Unix users are sometimes reluctant to ask is how all the directory names — like /etc, /var and /usr/local — came about in the first place. Why did we adopt the particular ...
In the realm of modern data management, few technologies hold as much promise and versatility as the ZFS file system. Originally developed by Sun Microsystems for their Solaris operating system, ZFS ...