Command Structure
Everything you type on the command line will have the same basic structure. As you learn each new command watch closely for this structure. It will help you remember the correct syntax for your commands.
command -options arguments
Arguments are simply the directory(ies) or file(s)
that we want to run the command on.
Options are our preferences as to how the command runs.
Some commands have options and some have arguments. Sometimes options and arguments are required and sometimes they are optional. Sometimes both, sometimes none. It all depends on the command itself.
However, everything always begins with a command.
And there is always a space between the command and the options and the arguments.