What does a shell alias do when its short name is entered?
The shell expands the name into its associated command before execution.
The shell downloads the associated command whenever the alias is used.
The shell permanently renames the original command's binary file.
The shell compiles a new executable program with that name.