From the course: Introduction to Linux

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Standard tools

Standard tools

- [Instructor] Computer hardware running only a Linux kernel isn't very useful to most people, so we'll need to use software that lets us use the computer for doing whatever we need to do. Linux distributions come with a set of tools that let users and software interact with the system, and these tools often include a software package called the GNU coreutils, short for Core Utilities. Many of these coreutils are commands that we'll commonly use when working in a shell, including commands to copy and move files, to change permissions and security contexts, to view some system status information, and so on. Humans use these in the text-based Command Line Interface, and scripts and other programs can use them as well to perform basic tasks. We can add other software later, but out of the box, so to speak, a basic Linux installation will have these standard tools available. They give us a minimal operating set of utilities, which are needed in order to customize the system, to use it to…

Contents