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 • util-linux

Linux rtcwake Command

In this tutorial we learn how to use rtcwake commmand in Linux. rtcwake command is rtcwake - enter a system sleep state until specified wakeup time

July 10, 2022 •1 min read • Coreutils

Linux runcon Command

In this tutorial we learn how to use runcon commmand in Linux. runcon command is runcon - run command with specified security context

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

Linux runuser Command

In this tutorial we learn how to use runuser commmand in Linux. runuser command is runuser - run a command with substitute user and group ID For backward compatibility, runuser defaults to not change the current directory and to only set the environment variables HOME and SHELL (plus USER and LOGNAME if the target user is not root). This version of runuser uses PAM for session management.

July 10, 2022 •1 min read • Coreutils

Linux seq Command

In this tutorial we learn how to use seq commmand in Linux. seq command is seq - print a sequence of numbers

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

Linux setarch Command

In this tutorial we learn how to use setarch commmand in Linux. setarch command is setarch - change reported architecture in new program environment and/or set personality flags

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

Linux setpriv Command

In this tutorial we learn how to use setpriv commmand in Linux. setpriv command is setpriv - run a program with different Linux privilege settings

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

Linux setsid Command

In this tutorial we learn how to use setsid commmand in Linux. setsid command is setsid - run a program in a new session

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

Linux setterm Command

In this tutorial we learn how to use setterm commmand in Linux. setterm command is setterm - set terminal attributes

July 10, 2022 •1 min read • Coreutils

Linux sha1sum Command

In this tutorial we learn how to use sha1sum commmand in Linux. sha1sum command is sha1sum - compute and check SHA1 message digest

  • 15
  • 16
  • 17
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