Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the js_composer domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/holhol2/public_html/wp-includes/functions.php on line 6121
How to Run “ls” Command in Linux?

How to Run “ls” Command in Linux?

“ls” is a basic command that any Linux user should know. The ls command displays basic information about files and folders inside the file system. It’s included in the GNU core utility kit which comes standard with all Linux distributions. Syntax: $ ls [ option ] [ file_name ] Use “ls” Command: List All Files […]

How to Use Linux Chrt Command?

How to Use Linux Chrt Command?

While using Linux operating system, multiple programs wait to be converted into a process for execution. When a program changes into a process, a lot of attributes are set that can be manipulated. For this, the Linux system provides a helpful tool to set or fetch real-time attributes of a process. The “chrt” command is […]

How to Use Linux Chage Command?

How to Use Linux Chage Command?

Linux Operating system provides multiple tools to manage its system. One of the helpful tools in Linux is the “chage” command. From its name, the “chage” command is derived from the words “Change Age”, which is used to modify the information such as duration when to change password, make account status active or inactive, sets […]

How to Use Linux Chage Command?

How to Use Linux Chage Command?

Linux Operating system provides multiple tools to manage its system. One of the helpful tools in Linux is the “chage” command. From its name, the “chage” command is derived from the words “Change Age”, which is used to modify the information such as duration when to change password, make account status active or inactive, sets […]

D:Wardamarch17Linux lshw Command TutorialLinux lshw Command Tutorialimagesimage5 final.png

Linux lshw Command

The Linux Operating System’s beauty is that it allows users to do anything using a command-line tool. You can download applications, fetch information, or even whatever you want to intend can be done using the terminal. To extract hardware information of the system, the Linux system introduced the command-line utility “lshw.” The “lshw” command is […]

D:Wardamarch17Hwclock Command TutorialHwclock Command Tutorialimagesimage4 final.png

Hwclock Command

The “hwclock” is a command-line utility for both Linux and Unix-like operating systems to access Hardware Clock. It is also termed as Real-Time Clock (RTS) or BIOS clock. The Hardware Clock is quite different from the clock that is managed by the Linux kernel. It runs when the system is running, and it even remains […]

Linux Column Command

Linux Column Command

While using Linux distributions, some of the data needs to be displayed in columnar format. Linux system makes it easy to display content in columns using the “column” command. The “column” command is a simple command-line utility to print the file contents in columns. This command-line tool supports multiple options containing proper functionality that are […]

D:Wardamarch18Linux df Command TutorialLinux df Command Tutorialimagesimage4 final.png

Linux df Command

The “df” is a standard command in Linux, and Unix-like systems termed “Disk Filesystem.” It is used to display consumed and available disk space for the specific file system. Whenever you run this Linux command-line utility, it displays the amount of used and available blocks, total disk space, and a summary of where the file […]

Basename Command in Linux

Basename Command in Linux

In Linux, the basename command prints the last element of a file path. This is especially useful in bash scripts where the file name needs to be extracted from a long file line. The “basename” takes a filename and prints the filename’s last portion. It can also delete any following suffix if needed. Let’s use […]

What is Banner in Linux

What is Banner in Linux

The banner program displays ASCII character strings in the large letter on the standard output in Linux distributions. It becomes interesting when someone logs in via terminal and sees a beautiful string of letters. Install Banner: Run the mentioned apt command to install “banner” in the Linux system: $ sudo apt install sysvbanner To get […]