Multiple choice technology operating systems

All commands require arguments or options.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Many Linux commands work perfectly well without arguments or options. For example, 'ls', 'pwd', 'date', and 'whoami' all function with no arguments. Some commands require arguments (like 'cp file1 file2'), but claiming ALL commands require them is false. Commands have default behaviors when invoked without arguments.