What is a Command?
A command is a sequence of computer instructions that get executed when it's invoked in the terminal, i.e. by typing its name and pressing enter.
For example, ls
is the name of the "list directory contents" command. Try it!
Tags
#linux