Multiple choice technology operating systems

Command for creating and displaying short files?

  1. cat

  2. chmod

  3. cd

  4. cp

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

The cat command displays the contents of files. When used with output redirection (cat > filename), it can create files. The other options are incorrect: chmod changes permissions, cd changes directories, and cp copies files. Among the given options, cat is the only one related to file display.