Nieuws

The Linux command used for removing files and directories is rm. So to remove an empty directory (Linux differentiates between empty and non-empty directories) type the command rm -d <directory ...
If you're managing Linux users from the command line, these are the tools you need.
Learn the basics of directory management in Linux using the command line tool.
These are the commands I use every day to stay on top of things. If youre new to Linux or just want to level up, getting comfortable with the file system is the way to go.
Discover beginner-friendly Linux command-line tools that can boost your productivity, simplify tasks, and make your terminal workflow more efficient.
Getting started with Linux can be more than a little daunting. In this article we help you learn the commands needed to find your way around and teach you how to find out more on your own.
Working on the command line is an integral part of being a successful Linux user. You need to have a firm grasp of certain commands to work effectively. There are even certain commands that you must ...
Apart from this, the commands, cd.., cd, and cd- are used to move one directory up, to go to the home folder, and to go to the previous directory respectively. Reminder: Linux’s shell is ...
Linux is the most secure OS on the market for a reason. These are the security-centric commands you should have in your back pocket.
There are a lot of ways on Linux to make repeating commands easier than retyping them, and here's a nice collection of them.