Category Linux

How to use the screen command in Linux?

Screen Command

The screen command is a terminal multiplexer. It is similar to the Window Manager for a Desktop Environment except that it works inside the terminal. It can create sessions and split windows which are a very powerful way of doing…

How to Set the JAVA_HOME Variable in Linux?

Java Home variable in linux

In this article, we’ll learn to set the JAVA_HOME variable in Linux. JAVA_HOME should be correctly set on your system in order for you to be able to run Java programs successfully. In case there is an error, you will…

Help command in Linux

Help Command

The help command is the simplest way to get information regarding a built-in shell command. It helps you fetch information from the shell’s internal documentation. It takes a text string as the command line argument and looks for the provided…