CoreUtils

CoreUtils are the base utilities made and usually included with most UNIX based systems. This includes basically every popular version of Linux and BSD based systems. Here is an overview of what they are.

ls

List files in the current directory. This probably gets used more than any other command in a Unix based system.

rm

Remove file or directory.

mkdir

Make directory.

rm

Remove file or directory.

mv

Move file or directory.

cp

Copy file or directory.

touch

Touch creates a new file.

cat

Catenate files and print on the standard output.