Skip to main content
1 of 3
user10489
  • 10.9k
  • 1
  • 15
  • 37

Commands are things that run when you type them at the command prompt. Some are built into the shell, some are external collectables, some are both. The technical terms for this are "built in" and "external". There is no "true" command vs false command (but there are commands that can return true or false).

"utility" is has no particular technical meaning in unix and doesn't distinguish anything special.

user10489
  • 10.9k
  • 1
  • 15
  • 37