What Do You Call The Letters After A Command In Linux?
- Forums
- Linux Systems
- What Do You Call The Letters After A Command In Linux?
this post will show you what the letters mean after a command in the linux shell [2882], Last Updated: Sat May 18, 2024
Pinguin
Sun Feb 25, 2007
0 Comments
531 Visits
ever wonder what the letters after a linux command are called?
for example, if i send this commaned:
ps -aux
well, the -aux is actually called an option, also its called a flag.
the ps is the utility command and the -aux is the argument