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 • util-linux

Linux agetty Command

In this tutorial we learn how to use agetty commmand in Linux. agetty command is agetty - alternative Linux getty

July 10, 2022 •1 min read • Coreutils

Linux b2sum Command

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

July 10, 2022 •1 min read • Coreutils

Linux base32 Command

In this tutorial we learn how to use base32 commmand in Linux. base32 command is base32 - base32 encode/decode data and print to standard output

July 10, 2022 •1 min read • Coreutils

Linux base64 Command

In this tutorial we learn how to use base64 commmand in Linux. base64 command is base64 - base64 encode/decode data and print to standard output

July 10, 2022 •1 min read • Coreutils

Linux basename Command

In this tutorial we learn how to use basename commmand in Linux. basename command is basename - strip directory and suffix from filenames basename NAME [SUFFIX] basename OPTION... NAME...

July 10, 2022 •1 min read • util-linux

Linux blkdiscard Command

In this tutorial we learn how to use blkdiscard commmand in Linux. blkdiscard command is blkdiscard - discard sectors on a device

July 10, 2022 •2 min read • util-linux

Linux blkid Command

In this tutorial we learn how to use blkid commmand in Linux. blkid command is blkid - locate/print block device attributes blkid -no-encoding garbage-collect list-one cache-file file] -output format] -match-tag tag] -match-token NAME=value] [device ...] blkid has two main forms of operation: either searching for a device with a specific NAME=value pair, or displaying NAME=value pairs for one or more specified devices.

July 10, 2022 •1 min read • util-linux

Linux blkzone Command

In this tutorial we learn how to use blkzone commmand in Linux. blkzone command is blkzone - run zone command on a device

July 10, 2022 •1 min read • util-linux

Linux blockdev Command

In this tutorial we learn how to use blockdev commmand in Linux. blockdev command is blockdev - call block device ioctls from the command line

  • 1
  • 2
  • 3
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