Linux Commands

What Is The TOUCH Command And How To Use It In Linux
touch is one of those commands that I was introduced to rather flippantly. Just as a consequence of following along with some blog. touch is

How To Download Files In A Terminal Using The WGET Command
Just when you thought that the terminal can’t get any niftier, here is another banger command that makes life easier. wget is a CLI utility

How To Manage Directories in Linux With RMDIR and MKDIR
Directory management on Linux is an easy task with the use of mkdir, which creates directories and rmdir which removes them. mkdir & rmdir are

Manage Users in Linux Using USERADD and USERDEL
From time to time (more so if you’re a homelabber or sysadmin) you’ll have to perform user management on your system. This can be accomplished

How To Use Aliases in Linux with ALIAS and UNALIAS
As Linux users we spend a lot of time in our terminals getting things done; updating our systems, installing packages, development, etc. We live in

How To Check Disk Usage in Linux with the DU Command
du (disk usage) is a Linux CLI utility that allows users to see the estimated amount of disk space used by their files and directories.

How To Remove Files in Linux with RM and SHRED
All those files we create day in and out have to get cleared up somehow, which is why we have rm and shred. rm lets

How To Locate Your Lost Files in Linux with FIND
Every file wants to be found, but how do you find a file in Linux? You could use a file manager like Thunar, Dolphin, or

EASILY View Disk Usage in Linux with DUF
How do you check disk usage in Linux? I’m sure that is a question many of us have wondered especially when first learning Linux. There

How To Port Forward with SSH in Linux
So, you want to make a private service that only you can access. Port forwarding can be an excellent way to do this. With the

Enriching your Linux Terminal Experience with TMUX
tmux is a C-based, open source terminal multiplexer. What that means is that tmux allows you to open multiple terminals instances in one session, instead

How To Use The SCREEN Command In Linux in (2023)
Today we will be going over Screen. This is not the screen you are reading this on. No, it’s a remarkable terminal application that allows