Linux Quiz -1 Sanjay Adhikari 7 years ago This is a quick basic test based on Linux topics covered so far 1. Whats is full form of dpkg ? data package debian package manager device packet kernel 2. What are the correct statements for following command sequence? dd if=/dev/zero of=test.img bs=1024 count=102400 mke2fs test.img Create ext2 file system with random data Create file system initialized with 0 create file system named test.img The command sequence is wrong 3. What is used to redirect commands to two objects ? tee pipe 4. What is the full form of GCC ? Global C Compiler GNU C Compiler GNU Compiler Collection Global Compiler Collection 5. Which of the following are correct ? Branch in Git is parallel version of repository Clone is online repository of Git Git always require a connection with central repository Github is a network point name 6. Which one of the following is incorrect statement ? Block file type is ‘b’ Directory file type is ‘d’ Soft link file type is ‘l’ Process file type is ‘p’ 7. Which command can tell you whether pwd is a shell built-in command or not ? cat pwd type pwd nano pwd 8. When one should use a static library ? If a particular module is not complex, It can be compiled as static(*.a) library. If a particular module is compact and is specific to application, It can be compiled as static library. If a particular module is to be used only once, It can be compiled as static library. 9. Which of the following are correct ? GIT is a distributed version control system Repo contains all the files associated with a project Git always require a connection with central repository Github is a network point name 10. Which one is not the essential system binary ? fsck cp init route 11. Which one of the following are wrong ? cwd : Current working directory rtd: Root directory REG: Register file txt: Memory mapped file 12. Which one of the following is not correct ? The static library object code is linked with the application Dynamically linked shared object libraries extension is .a Shared libraries or Dynamically linked libraries(DLL) are libraries that are loaded by programs when they start. 13. Redirect output and append can be done by : > >| >> << 14. Which of the following statements are correct ? /dev/null : null is a special device which discards the data written to it /dev/zero : It provides endless stream of ‘zero’ stat command is used to check size of disk / dev/full is used to test the application behavior on disc full 15. How to check the required shared library by a linux application named mApp? readelf -al mApp | grep NEEDED ls -lart mApp ldd mApp man mApp Loading … Question 1 of 15 {{#message}}{{{message}}}{{/message}}{{^message}}Your submission failed. The server responded with {{status_text}} (code {{status_code}}). Please contact the developer of this form processor to improve this message. Learn More{{/message}}{{#message}}{{{message}}}{{/message}}{{^message}}It appears your submission was successful. Even though the server responded OK, it is possible the submission was not processed. Please contact the developer of this form processor to improve this message. Learn More{{/message}}Submitting… QUIZ-LinuxDateJuly 26, 2019In relation toQUIZLinux- Interview Questions CourseDateApril 4, 2020In relation toFAQC Data structure and eLinux Interview Preparation -12th & 13th JuneDateJune 8, 2021In relation toFeatured Post