Howtodojo logo
  • Home 
  • About 
  • Certifications 
  • Sample Database 
  • Cheatsheet 
  • Glossary 
  • Blog 
  • Tags 
  1.   Guides
  1. Home
  2. Guides
  3. Linux Commands

Linux Commands

Introduction  

Linux commands are the instructions that are typed into the command line interface (CLI) to perform various tasks in a Linux operating system. The command line is a powerful and flexible way to interact with a Linux system, and allows users to do things that are not possible using the graphical user interface (GUI) alone.

Linux commands are often used by developers and system administrators to automate tasks, configure the system, and perform advanced operations. Some common Linux commands include ls for listing files, cd for changing directories, mkdir for creating directories, and rm for deleting files.

To learn more about Linux commands, you can read the manual pages for each command using the man command. For example, to view the manual page for the ls command, you would run man ls at the command prompt.

References  

  • GNU Coreutils Website
  • util-linux Github Project
  • GNU Binutils Website
  • Elfutils Project Website

July 10, 2022 •1 min read • Coreutils

Linux sha224sum Command

In this tutorial we learn how to use sha224sum commmand in Linux. sha224sum command is sha224sum - compute and check SHA224 message digest

July 10, 2022 •1 min read • Coreutils

Linux sha256sum Command

In this tutorial we learn how to use sha256sum commmand in Linux. sha256sum command is sha256sum - compute and check SHA256 message digest

July 10, 2022 •1 min read • Coreutils

Linux sha384sum Command

In this tutorial we learn how to use sha384sum commmand in Linux. sha384sum command is sha384sum - compute and check SHA384 message digest

July 10, 2022 •1 min read • Coreutils

Linux sha512sum Command

In this tutorial we learn how to use sha512sum commmand in Linux. sha512sum command is sha512sum - compute and check SHA512 message digest

July 10, 2022 •1 min read • Coreutils

Linux shred Command

In this tutorial we learn how to use shred commmand in Linux. shred command is shred - overwrite a file to hide its contents, and optionally delete it

July 10, 2022 •1 min read • Coreutils

Linux shuf Command

In this tutorial we learn how to use shuf commmand in Linux. shuf command is shuf - generate random permutations

July 10, 2022 •1 min read • Coreutils

Linux sort Command

In this tutorial we learn how to use sort commmand in Linux. sort command is sort - sort lines of text files

July 10, 2022 •1 min read • Coreutils

Linux split Command

In this tutorial we learn how to use split commmand in Linux. split command is split - split a file into pieces

July 10, 2022 •1 min read • Coreutils

Linux stat Command

In this tutorial we learn how to use stat commmand in Linux. stat command is stat - display file or file system status

  • 16
  • 17
  • 18
Follow me

We publish tutorials, tips and tricks about Linux, open source, cloud computing, and infrastructure

     
Copyright © 2012 - 2025 howtodojo.com. |
Howtodojo
Code copied to clipboard