Linux Command

How to List or Display all Cron Jobs in Linux

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

1 year ago

How to View Contents of tar.gz File in Linux

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

1 year ago

How to Create tar.gz File in Linux

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

1 year ago

How to Find SAN Disk LUN Number in Linux

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

1 year ago

How to List All Running Services under systemd in Linux

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

1 year ago

How to Find CPU Cores in Linux

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

1 year ago

How to Change User Default Home Directory in Linux

When you create a new user on a Linux computer, a default home directory is created. It provides space to…

1 year ago

How to Read Contents of Compressed File in Linux

On Linux servers, logs are often compressed in gzip format to save disk space because '/var/log' filesystem mounted separately with…

1 year ago

How to find User account information in Linux

Finding a user account information in Linux is fairly simple if you know the commands. This guide will describe how…

1 year ago

This website uses cookies.