Skip to content

howtodojo

Cloud Computing and Internet Infrastructure, Linux, Open Source Tutorials

  • About Us
  • Certifications
    • AWS Certifications
      • AWS Certified Cloud Practitioner
      • AWS Certified SysOps Administrator Associate
      • AWS Certified Solution Architect Associate
      • AWS Certified Security – Speciality
      • AWS Certified Advanced Networking – Specialty
    • Google Cloud Certifications
    • Microsoft Azure Certifications
    • Oracle Cloud Certifications
  • Guides
    • Amazon Web Services
    • Linux Commands
  • Cheatsheet
  • Interview Questions
  • Sample Database
  • Contact Us

Coreutils

coreutils is short of The GNU Core Utilities. They are the basic file, shell, and text manipulation utilities provided by GNU projects. These are the core utilities that exist on most Linux operating systems.

Install Coreutils on Ubuntu / Debian / Kali Linux / Raspbian

sudo apt-get install coreutils

Install Coreutils on Alpine

sudo apk add coreutils

Install Coreutils on Arch Linux

sudo pacman -S coreutils

Install Coreutils on CentOS

sudo yum install coreutils

Install Coreutils on Fedora

sudo dnf install coreutils

Install Coreutils on OS X using homebrew

sudo brew install coreutils

Linux hostid Command

February 14, 2021 by Muhammad Panji

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

Categories Tutorial Tags Coreutils, GNU Coreutils Leave a comment

Linux cksum Command

February 6, 2021February 5, 2021 by Muhammad Panji

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

Categories Tutorial Tags Coreutils, GNU Coreutils Leave a comment

Linux groups Command

February 4, 2021 by Muhammad Panji
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.

Categories Tutorial Tags Coreutils, GNU Coreutils 2 Comments

Linux false Command

February 4, 2021February 4, 2021 by Muhammad Panji
Linux false command

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

Categories Tutorial Tags Coreutils, GNU Coreutils 1 Comment

Linux arch Command

February 5, 2021February 3, 2021 by Muhammad Panji
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.

Categories Tutorial Tags Coreutils, GNU Coreutils 1 Comment
Post navigation
Older posts
Page1 Page2 Next →

Categories

  • Cloud Computing
  • Download
  • Guides
  • Infographics
  • Lists
  • Security
  • Troubleshooting
  • Tutorial

Archives

Blogroll

  • kurungsiku
  • kurungsiku.web.id
  • linuxbox.web.id
  • Muhammad Panji
© 2021 howtodojo • Built with GeneratePress