MCQ

Linux MCQs – Linux environment – Part 3

Multiple choice questions and answers (MCQs) on Linux focuses on “Managing of users accounts and groups” to prepare for exams, interviews, and certifications, such as Redhat exam, CompTIA exam, Ubuntu / SuSE certification, LPI certification exam. These MCQs will easily prepare anyone to pass their Linux test.
 

1. How do you get help on the command “cp”?

A cd ?

B man cp

C help cp

D None of the above

B
“man” command is used to display the manual for a given command.

 

 
 

2. Which keyboard combination sends a signal to end a file?

A ctrl + c

B ctrl + b

C ctrl + d

D ctrl + a

C
ctrl + d is used to close a file on Linux.

 

 

3. Which of the following is used to write small programs to control Unix functionality?

A Filters

B Script Shell

C C language

D Shell Command

B
Shell scripts are small programs written in a shell programming language and interpreted by a shell process. They are extremely useful for automating tasks in Linux and other Unix-like operating systems.

 

 

4. What are the sizes of (Integer / Long / Pointer) respectively in the LP64 programming model?

A 4/8/4

B 4/8/8

C 4/4/8

D 8/8/8

B
LP64 is the abbreviation for long-pointer 64. It is commonly referred to as the 4/8/8 size model and includes sizes of type “Integer/Long/Pointer”, measured in bytes.

 

 
 

5. x86-32 uses which programming model?

A ILP32

B IP32

C ILP16

D IP16

A
The x86-32 system uses the ILP32 programming model.

 

 

6. Which of the following systems comes from IBM?

A Solaris

B HP-UX

C AIX

D BSD

A
Solaris comes from IBM.

 

 

7. Which of the following statements is FALSE?

A Unix supports multiple users

B Linux is an open source operating system and the source code is shared

C Shell supports inter-process communication

D Shell provides I/O redirection functionality

C
It is the operating system that takes care of inter-process communication.

 

 
 

8. Which of these systems does not belong to Unix?

A AIX

B IRIX

C MAC

D BSD

C
Mac OS is an operating system for Apple.

 

 

9. SVR4 was developed by ________ ?

A Sun Microsystems

B AT&T

C University of California, Berkeley

D Sun and AT&T

D
AT&T and Sun Microsystems are cooperatively developed the System V Release 4 (SVR4).

 

 
mcqMCQPractice competitive and technical Multiple Choice Questions and Answers (MCQs) with simple and logical explanations to prepare for tests and interviews.Read More

Leave a Reply

Your email address will not be published. Required fields are marked *