Command options

Command options are predefined modifications available with Linux commands. They help the user specify the exact action of a command. For example, instead of just listing the contents of a directory using the list (ls) command, you can add the long format list option (-l) to display more detailed information about files and subdirectories, e.g., permissions, file size, date, etc. Options are preceded by a hypen (-) at the command line.