One of the files that the average Unix sysadmin rarely looks at, almost never changes and yet depends on every time he or she reboots a system is the /etc/inittab file. This modest little file ...
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 ...
We have looked at the fuser command before to display information about what users or processes are keeping file systems busy. This command can save you a lot of time tracking when you need to quickly ...
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 ...
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 ...
One of the difficulties of switching from one OS to the other is trying to locate all the system files and keep track of where the new OS stores all its settings. The image above, which you can also ...
Want to get Unix/Linux techies arguing? Besides classic flame wars such as whether vi or EMACS is the better text editor, another surefire way to start a fight is to talk about which file systems are ...
In my last article I talked about working with shortcuts in Ubuntu Linux. In this article I want to explain the basics of the Linux file system and where you can expect to find things. Once again, I ...