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

February 14, 2021 •3 min read • Coreutils

Linux true Command

In this tutorial we will learn how to use true command in Linux. We'll also learn the common usage of true in shell script.

February 14, 2021 •2 min read • Coreutils

Linux logname Command

In this tutorial we learn how to use logname command in Linux. The logname command print current user login name.

February 13, 2021 •2 min read • Coreutils

Linux link command

What is Linux link Command? In this tutorial, we learn how to use the link command in Linux. link command calls the link function to create a link to a file. link command creates a single hard link. The link command is the simplified version of the ln command that provides a simple way to create a hard link. ...

February 13, 2021 •2 min read • Coreutils

Linux hostid Command

In this tutorial we will learn how to use hostid command in linux. hostid command print numeric identifier of current host.

February 5, 2021 •2 min read • Coreutils

Linux cksum Command

In this tutorial we learn how to use cksum command in Linux. cksum command will print the checksum and byte size of a file.

February 3, 2021 •2 min read • Coreutils

Linux groups Command

n this tutorial we learn how to use groups command in Linux. groups command print the groups a user is in. This command is similar to id command for groups.

February 3, 2021 •2 min read • Coreutils

Linux false Command

In this tutorial we learn how to use false command in Linux. false command is a command that do nothing, unsuccessfully.

February 3, 2021 •2 min read • Coreutils

Linux arch Command

In this tutorial we learn how to use arch command in Linux. Arch command will show Linux system / machine platform or architecture.

December 7, 2020 •2 min read • Coreutils

Linux factor Command

factor command in linux print the prime factors of each specified integer number. If none are specified on the command line, factor command will read them from standard input.

  • 21
  • 22
  • 23
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