Operating System Architecture Set 26

On This Page

This set of Operating System Architecture Multiple Choice Questions & Answers (MCQs) focuses on Operating System Architecture Set 26

Q1 | 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
Q2 | cat < file1 >> file2 | file3
Q3 | Executing cat /etc/password > /dev/sda as superuser will
Q4 | rom where would the read statement read if the following statements were executed? exec < file1 exec < file2 exec < file3 read line