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

In this tutorial we learn how to use ln commmand in Linux. ln command is ln - make links between files ln [OPTION]... T] TARGET LINK_NAME ln [OPTION]... TARGET

July 10, 2022 •1 min read • Coreutils

Linux ls Command

In this tutorial we learn how to use ls commmand in Linux. ls command is ls - list directory contents

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

Linux lsblk Command

In this tutorial we learn how to use lsblk commmand in Linux. lsblk command is lsblk - list block devices

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

Linux lscpu Command

In this tutorial we learn how to use lscpu commmand in Linux. lscpu command is lscpu - display information about the CPU architecture

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

Linux lsipc Command

In this tutorial we learn how to use lsipc commmand in Linux. lsipc command is lsipc - show information on IPC facilities currently employed in the system

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

Linux lslocks Command

In this tutorial we learn how to use lslocks commmand in Linux. lslocks command is lslocks - list local system locks

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

Linux lslogins Command

In this tutorial we learn how to use lslogins commmand in Linux. lslogins command is lslogins - display information about known users in the system

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

Linux lsmem Command

In this tutorial we learn how to use lsmem commmand in Linux. lsmem command is lsmem - list the ranges of available memory with their online status

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

Linux lsns Command

In this tutorial we learn how to use lsns commmand in Linux. lsns command is lsns - list namespaces

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