1.
In Linux, the read + execute permission corresponds to the number _______________________.
2.
Which of the following Linux operators is used to add content to an existing file without overwriting it?
3.
Which of the following Linux commands is used to display a list of processes running under a user?
4.
In Linux, the priority values, used for processes, fall in the range of _____________________________.
5.
In Linux, which of the following symbols is used to represent the root directory?
6.
In Linux, which of the following directories is used to store configuration files of all the programs?
7.
What is the output of the following Linux command:
$ stat filename
8.
You are using Linux OS. You have your own personal directory, /home/mydir. As per the rules, you would normally have complete control over all files stored in the directories beneath your home directory. Which of these is an exception to this rule?
9.
In Linux, which of the following statements about the tee command is correct:

  1. The tee command puts the stdin on stdout

  2. The tee command puts the stdin into a file

  3. The tee command does not exist in Linux


  4.  
10.
In Linux, which of the following statements about the 2>&1 command is correct:

  1. This command helps in redirecting stdout to the same file.

  2. This command helps in redirecting stderr to the same file.

  3. This command does not exist in Linux.


  4.