Category Tutorials

How to Use the ps Command in Linux?

Ps Command Linux

Ps command in Linux is used to list the processes that are running. Ps command can be used in a lot of ways to get various kinds of information regarding the processes that are running. We will take a look…

How to use the bg command in Linux?

Bg Command

The bg command in Linux helps in managing services by allowing us to put existing processes in the background. Let’s understand the basics of the command and dive right into the usage. What’s the bg Command in Linux? The bg…

The gzip Command in Linux

Gzip Command Usage

Working with archives in Linux is easy. There are a few commands that take care of almost all the archive types for you. The gzip command in Linux is one such command. Without any arguments, the gzip command will automatically…