![]() |
In general, arguments to Linux system commands are one of three things. Filname the name of a file which the command is to act upon. Filenames can consist of almost any character. In practice though, most file names consist of only letters A-Z,a-z, numbers 0-9 and some other characters like underscore _ period . and minus sign -. Linux is case sensitive, so Linux and LINUX would be different filenames. There are special ``meta-characters'' or ``wild card characters'' for file name matching. You can use a shorthand notation for working on groups of files at a time.
command options expression filename(s)but the exact order required by each command should be found by referring to the documentation for the specific command.
What follows are the man pages from Linux followed by some simple usage examples.