The following commands gives the output like this #cat file1 file2#cat: file1: No such file or directory helloIf we execute the command “cat file1 file2 1>2 2>&1” the output would be

🎲 Try a Random Question  |  Total Questions in Quiz: 629  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Operating System Architecture Practice Test — practice the complete quiz, review flashcards, or try a random question.

The architecture of an operating system is basically the design of its software and hardware components. The core software components of an operating system are collectively known as the kernel.  For example, The architecture of the Linux operating system consists of the Kernel, system library, system, hardware layer, and shell utility. 

Related tests:

Operating System (OS) Practice Test Questions

Advanced Operating System Practice Test 


The following commands gives the output like this #cat file1 file2<br>#cat: file1: No such file or directory hello<br>If we execute the command “cat file1 file2 1>2 2>&1” the output would be