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

In this tutorial we learn how to use cat commmand in Linux. cat command is cat - concatenate files and print on the standard output

July 10, 2022 •1 min read

Linux cd Command

In this tutorial we learn how to use cd commmand in Linux. cd command change the current directory to dir

July 10, 2022 •1 min read • Coreutils

Linux chcon Command

In this tutorial we learn how to use chcon commmand in Linux. chcon command is chcon - change file security context

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

Linux chcpu Command

In this tutorial we learn how to use chcpu commmand in Linux. chcpu command is chcpu - configure CPUs

July 10, 2022 •1 min read • Coreutils

Linux chgrp Command

In this tutorial we learn how to use chgrp commmand in Linux. chgrp command is chgrp - change group ownership

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

Linux chmem Command

In this tutorial we learn how to use chmem commmand in Linux. chmem command is chmem - configure memory

July 10, 2022 •1 min read • Coreutils

Linux chmod Command

In this tutorial we learn how to use chmod commmand in Linux. chmod command is chmod - change file mode bits

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

Linux choom Command

In this tutorial we learn how to use choom commmand in Linux. choom command is choom - display and adjust OOM-killer score.

July 10, 2022 •1 min read • Coreutils

Linux chown Command

In this tutorial we learn how to use chown commmand in Linux. chown command is chown - change file owner and group

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