InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
How many types of bond are there in Linux? |
|
Answer» There are 7 TYPES of network BOND in Linux – mode=0 (balance-rr), mode-1 (active-backup), mode=2 (balance-xor), mode=3 (BROADCAST), mode=4 (802.3ad), mode=5 (balance-tlb), mode=6 (balance-alb) |
|
| 2. |
Which command in Linux is used for the description of any command? |
|
Answer» For this access the individual COMMAND’s manual PAGE. For instance, to know the DESCRIPTION of CAT command, type man cat This will display a description of the SAID command. |
|
| 3. |
What are system calls in Linux? |
|
Answer» There are 80 system calls in Unix that are used to control processes, MANAGE FILESYSTEM and for inter-process COMMUNICATION. System calls occur in the KERNEL. |
|
| 4. |
list the different modes of using vi editor in Linux? |
|
Answer» There are three modes – command mode, INSERT mode and LAST line or escape mode. 27. How to Uninstall Software with the Command Line in Linux?USE the command apt-get as – apt-get --purge remove [FILENAME] |
|
| 5. |
How to give permission to full permission in Linux? |
|
Answer» USE chmod 777 to GIVE FULL permission to READING, write and execute. |
|
| 6. |
List 10 networking and troubleshooting commands in Linux? |
Answer»
|
|
| 7. |
What is a daemon process in Linux? |
|||||||||
|
Answer» A program that gets executed in the background because of the occurrence of a specific event, process or condition. Daemon processes are managed by the Kernel. The operations are given unique PIDS. 23. What is the difference between FILESYSTEMS ext2, EXT3 and ext4 in LINUX?
|
||||||||||
| 8. |
Compare cron and anacron in Linux with an example? |
||||||||||||||||||
Answer»
|
|||||||||||||||||||
| 9. |
What is the use of a symbolic link in Linux? |
|
Answer» Symbolic LINK :- |
|
| 10. |
How to enhance the security of password file in Linux? |
|
Answer» For enhanced security, a shadow copy of the PASSWORD file is made, which stores hashed passwords of all the users. The hashed password is a long string of characters, GENERATED based on the HASHING method used. Read further for more questions on security in our LIST of Linux interview questions. |
|
| 11. |
What is puppet used for in Linux? |
|
Answer» Puppet is a CONFIGURATION MANAGEMENT tool. It is USED to |
|
| 12. |
What is GUI in Linux? |
|
Answer» GRAPHICAL User Interface or GUI MAKES it easier for a LINUX user to execute programs via a desktop, similar to Windows. The desktops in Linux are KDE, Java, GNOME. |
|
| 13. |
What do you mean by ldconfig in Linux? |
|
Answer» Idconfig is a command that creates the required links and cache to the most RECENTLY shared libraries that are present in the directories SPECIFIED in the |
|
| 14. |
What is export Ld_library_path? |
|
Answer» It is an environment VARIABLE that contains a list of paths that are USED to resolve the LIBRARY dependencies at run-time (dynamic LIBRARIES). This path is checked before the STANDARD paths /lib or /usr/lib. |
|
| 15. |
What is Lilo how is it useful in Linux? |
| Answer» | |
| 16. |
How do I check hard drive space on Linux? |
||||||||||||
|
Answer» Use df [OPTIONS] [DEVICES] to check hard drive space. Example – df -H /test/tmp gives OUTPUT as
|
|||||||||||||
| 17. |
How do I run a file in Linux? |
| Answer» | |
| 18. |
How do I get to a command prompt in Linux? |
|
Answer» You can USE the key combination Ctrl+Alt+T to OPEN a COMMAND prompt in Linux. |
|
| 19. |
What is the virtual desktop in Linux? |
|
Answer» VIRTUAL desktop provides secure access to LINUX VDI EVEN from non-Linux devices like Windows. This HELPS admins manage Windows and Linux APPLICATIONS using one console. |
|
| 20. |
What are the core components of Linux? |
|
Answer» The CORE components of Linux are boot LOADER, kernel, shell, DAEMONS, window MANAGER and X window server. |
|
| 21. |
What are the functions of a Linux operating system? |
| Answer» | |
| 22. |
What is the structure of Linux? |
||||||||
|
Answer» LINUX has a layered STRUCTURE –
|
|||||||||
| 23. |
How is Linux more secure compared to other operating systems? |
|
Answer» There are multiple reasons for this –
|
|
| 24. |
What are the essential features of the Linux operating system? |
Answer»
Read details about the security features of Linux in the NEXT question of our Linux INTERVIEW QUESTIONS list. |
|
| 25. |
What does Swap mean in Linux? |
|
Answer» If a Linux server runs out of memory, the KERNEL moves some inactive processes from Linux server to a DISK that acts as the VIRTUAL memory. This disk space is CALLED a SWAP. |
|
| 26. |
What is the difference between Linux and Redhat? |
||||||||||||
Answer»
|
|||||||||||||
| 27. |
What is Linux and why it is used? |
|
Answer» An open-source OPERATING system, Linux is CURRENTLY one of the best OSs. It can be considered as software that SITS underneath and communicates with the other software on a computer and passes on requests from those software PROGRAMS to the hardware. Linux is used because it is –
|
|
| 28. |
How to stop a process running in Linux? |
|
Answer» You can kill the PROCESS using –
|
|