Basic Linux Interview Questions
1. How does UNIX differ from LINUX? UNIX is intended as a proprietary operating system while LINUX is a non-proprietary operating system. UNIX has spawned into multiple commercial versions whereas LINUX is open source and free and directed at masses. 2. What does BASH imply? BASH or Bourne Again SHell is a default shell for almost all the systems which run on LINUX. 3. What does Linux Kernel mean? Linux Kernel is a systems software of low-level which has been designated the role of managing hardware resources for the system user. It is also used for offering a user-level interaction interface. 4. How can open source be advantageous? Distribution of the software along with source codes is made possible through open source. Through this, a user can add features and any kind of error in the source code can be debugged and rectified. This way, it makes the source code run better and allows the redistribution of the improved source code as well. In a way, this benefits ...