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 pinky Command

In this tutorial we learn how to use pinky commmand in Linux. pinky command is pinky - lightweight finger

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

Linux pivot_root Command

In this tutorial we learn how to use pivot_root commmand in Linux. pivot_root command is pivot_root - change the root filesystem

July 10, 2022 •1 min read • Coreutils

Linux pr Command

In this tutorial we learn how to use pr commmand in Linux. pr command is pr - convert text files for printing

July 10, 2022 •1 min read • Coreutils

Linux printenv Command

In this tutorial we learn how to use printenv commmand in Linux. printenv command is printenv - print all or part of environment

July 10, 2022 •1 min read • Coreutils

Linux printf Command

In this tutorial we learn how to use printf commmand in Linux. printf command is printf - format and print data

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

Linux prlimit Command

In this tutorial we learn how to use prlimit commmand in Linux. prlimit command is prlimit - get and set process resource limits

July 10, 2022 •1 min read • Coreutils

Linux ptx Command

In this tutorial we learn how to use ptx commmand in Linux. ptx command is ptx - produce a permuted index of file contents

July 10, 2022 •1 min read • Coreutils

Linux pwd Command

In this tutorial we learn how to use pwd commmand in Linux. pwd command is pwd - print name of current/working directory

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

Linux raw Command

In this tutorial we learn how to use raw commmand in Linux. raw command is raw - bind a Linux raw character device

  • 13
  • 14
  • 15
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