Skip to main content

Posts

Showing posts from November, 2015
LINUX MCQ Test – 4 Que.1.  Saving open files, flush the system cache and other necessary system maintenance are allowed by. A:        restarting the system B:        rebooting the system C:        logging off the system D:        shutting down the system Right Answer : C Que.2.  Every command in Linux is a A:        text file B:        stored variable C:        executable program D:        None Right Answer : D Que.3.  The hierarchy of a series of directories branching in a user system starts from A:        home B:       ...
LINUX MCQ Test – 3 Que.1. In _____________ state of a process, the process will be terminated and the information will still be available in the process table. A:        Interruptible B:        Uninterruptible C:        Zombie D:        Running Right Answer: C Que.2. What is the use of a pipe? A:        Several functions can be combined in a single statement. B:        UNIX is an open source and free software C:        Stream input to output. D:        Both a and c Right Answer: D Que.3. What is the major difference between UNIX and LINUX? A:        Linux is an open source and free sof...
LINUX MCQ Test – 2 Que.1. /temp is a type of filesystem directory A: True B: False Right Answer: B Que.2. Which of the following commands delete the files from the /tmp directory, issued by non-root user? A: rmdir -rf /tmp/* B: rm -rf /tmp/* -su C: su -c "rm -rf /tmp/*" D: su "rm -rf /tmp/*" Right Answer: C Que.3. Echo is used to Display message on screen. Which of the following options below should be used with echo to not output the trailing newline? A: /e B: /n C: -n D: both b and c Right Answer: C Que.4. The basic function of ______________ is to search files for lines (or other units of text) that contain a pattern. A: awk B: search C: %awk D: cat Right Answer: A Que.5. What is the content of /etc directory? A: Configuration files for your system. B: Contains the system startup scripts C: Both a and b D: User specific settings for programs like IRC, X etc. Right Answer: C Que.6. What is the difference between linux file system and windows file system? ...
LINUX MCQ Test  Que.1. Which of the following below are true functionalities of shell? A.    Authenticates user B.    Interprets commands C.    Allocates time and memory to programs D.    Only a and b Right Answer: B Que.2. A process can run only in the background A.    True B.    False Right Answer: B Que.3. Which of the following below are true functionalities of Kernel? A.    Allocates time and memory to programs B.    Authenticates user C.    Interprets commands D.    All choices are correct Right Answer: A Que.4. To implement new application on IBM z/10. Which of the following options need to be considered if it to be implemented in Linux? A.    IBMz/OS outperforms Red Hat Linux in commercial workloads B.    IBMz/OS is more expensive, Linux is shareware C.    Red Hat Linux doe...