How to List or Display all Cron Jobs in Linux

1 year ago
fosstechi

Cron is a command-line job scheduler available on Linux operating systems that allows users to schedule jobs at specified intervals,…

How to Disable IPv6 on RHEL System

1 year ago

In computing, there are two types of IP addresses, IPv4 and IPv6. By default, IPv6 is enabled on RHEL 7,8…

How to View Contents of tar.gz File in Linux

1 year ago

A tarball is commonly known as a TAR file, short for tape archive, which is an archive file type commonly…

How to Create tar.gz File in Linux

1 year ago

A tar archive is a file that stores a collection of directories and files, also known as 'tarballs'. The tar…

How to Identify LUN Mapped to VxVM Disk in Linux

1 year ago

On Linux, you can quickly find out how LUNs are mapped to the underlying OS disk using the lsscsi command.…

How to List Available Package Updates in Ubuntu

1 year ago

Keeping your Ubuntu system up-to-date is critical to ensuring a system's stability and security. This is common to all Unix/Linux…

How to Check if Your Linux System Uses UEFI or BIOS

1 year ago

When you boot a Linux system, it boots into legacy BIOS (Basic Input/Output System) mode or modern UEFI (Unified Extensible…

How to Find SAN Disk LUN Number in Linux

1 year ago

When your dealing with SAN attached disks on Linux system, you may need to increase or release them for various…

How to List All Running Services under systemd in Linux

1 year ago

When you boot a Linux system, a lot of background tasks are kicked in as part of the booting process,…

How to Find CPU Cores in Linux

1 year ago

Sometimes, you may need to check how many CPUs a Linux system has for various reasons. I can name a…

This website uses cookies.