The Linux Commands You Use Every Day Have A Name: Coreutils
How-To Geek, Tuesday, February 10th, 2026
Every Linux system is unique, and other Unix-based systems like macOS and BSD introduce even more differences. But they all have a reliable, consistent set of tools at their heart, and these tools help define the Linux experience.
The GNU Core Utilities (coreutils) are standard, Unix-based shell commands that you can expect to be installed on almost any Linux system. They tend to be on the simpler side, offering core functionality, like ls (list directory contents), pwd (print current directory), and cp (copy files).
Many of these commands originate from the earliest days of Unix, so they are robust and dependable. Commands like cat, mv, and wc are so essential to the Unix experience that they've endured, with few fundamental changes, for over 60 years.