Learn some of the most important Linux commands.
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 ...
The commands below include basic Unix commands such as ls, cat, cp, mv, grep, etc. We will also talk about some of the shortcuts that can help you take control of your operating system faster and in a ...
Ubuntu is one of the most customizable operating systems available. In order to begin to understand the various complexities of the system, you need to become familiar with the most basic commands at ...
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 ...
Ever wondered why programming in Bash is so difficult? Bash employs the same constructs as traditional programming languages; however, under the hood, the logic is rather different. The Bourne-Again ...
It’s a testament to how far Linux has come that users today don’t typically have to use the command line if they don’t want to. Such is the quality of the graphical user interfaces in many modern ...
An exit code other than 0 indicates that a script or a command has failed in some way. Learn more about exit codes and the types of errors they represent in this post. Whenever you run a command in a ...