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 •2 min read • util-linux

Linux ipcrm Command

In this tutorial we learn how to use ipcrm commmand in Linux. ipcrm command is ipcrm - remove certain IPC resources

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

Linux ipcs Command

In this tutorial we learn how to use ipcs commmand in Linux. ipcs command is ipcs - show information on IPC facilities

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

Linux isosize Command

In this tutorial we learn how to use isosize commmand in Linux. isosize command is isosize - output the length of an iso9660 filesystem

July 10, 2022 •1 min read • Coreutils

Linux join Command

In this tutorial we learn how to use join commmand in Linux. join command is join - join lines of two files on a common field

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

Linux last Command

In this tutorial we learn how to use last commmand in Linux. last command is last, lastb - show a listing of last logged in users

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

Linux lastb Command

In this tutorial we learn how to use lastb commmand in Linux. lastb command is last, lastb - show a listing of last logged in users

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

Linux ldattach Command

In this tutorial we learn how to use ldattach commmand in Linux. ldattach command is ldattach - attach a line discipline to a serial line

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

Linux linux32 Command

In this tutorial we learn how to use linux32 commmand in Linux. linux32 command is

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

Linux linux64 Command

In this tutorial we learn how to use linux64 commmand in Linux. linux64 command is

  • 8
  • 9
  • 10
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