Linux Interview questions and answers quiz | Basic to advance level interview multi choose quiz
🐧 Linux Interview Quiz Challenge
Test your skills from Basic commands to Advanced system administration. **Pass with 80% to proceed to the next level.**
Basic: 0/10 (0%)
Medium: 0/10 (0%)
Advanced: 0/10 (0%)
Level 1: Basic Commands & File System
1.1 Which command is used to display the current working directory?
**Correct Answer: B. `pwd`** stands for Print Working Directory.
**End of Basic Level. Click "Next Level" to continue.**
Level 2: Medium Networking & Processes
2.1 Which command lists active network connections and routing tables?
**Correct Answer: A. `netstat`**. Though often replaced by `ss` or `ip`, `netstat` is the classic tool for this.
**End of Medium Level. Click "Next Level" to continue.**
Level 3: Advanced Scripting & System Management
3.1 Which utility is used for scheduling jobs to run repeatedly at specific dates and times?
**Correct Answer: A. `crontab`**. Used for scheduling recurring tasks. `at` is for one-time execution.
**Quiz Complete! Click "Finish Quiz" to see your final summary.**
Comments
Post a Comment