1 (1)
1 (1)
Here’s a concise summary of your content to help you with your oral examination:
History of UNIX:
● 1969: Kenneth Thompson & Dennis Ritchie created UNIX at AT&T Bell Labs.
● 1977: UNIX became commercially available via Interactive Systems Corp.
● Berkeley UNIX (BSD): Developed in parallel at UC Berkeley, introducing innovations
like the C shell.
● 1983: Sun Microsystems developed a UNIX workstation, and System V was
introduced, becoming a widely used variant.
UNIX Architecture:
1. Hardware Layer: Physical components like CPU, RAM, storage, and I/O devices.
2. Kernel: Core of UNIX; manages memory, tasks, files, and hardware devices.
3. Shell: Acts as a bridge between user and kernel. Types of shells include:
○ C Shell (csh)
○ Bourne Shell (sh)
○ Korn Shell (ksh)
4. Users: Topmost layer, interacting with UNIX via the shell.
Important Directories:
Conclusion:
UNIX has a rich history, and understanding its architecture helps in mastering its efficiency
and functionality.
Would you like me to include some expected questions and answers for your oral exam?
2 UNIX Operating System – Oral Examination Guide
Theory of UNIX
2. clear
3. exit
4. date
6. uptime
7. cal
8. cat
9. tty
10. man
11. which
12. history
13. id
14. pwd
15. whoami
16. ping
Conclusion
Understanding UNIX commands is essential for system navigation, file handling, and
network administration. UNIX remains a powerful and widely used operating system due to
its stability and efficiency.
Would you like me to add possible questions and answers for your oral exam?
3
2. Performance Steps
Step 1: Opening the Vi Editor
●
● The editor starts in Command Mode by default.
Example Command:
1. Insert Text
● Enter Insert Mode: Press i or a.
● Type a sample paragraph.
● Save the file: Press Esc, then type :w and press Enter.
2. Delete Text
● Delete a word: Place the cursor on the word and type dw.
● Delete an entire line: Place the cursor on the line and type dd.
● Copy a line: Place the cursor on the line and type yy.
● Paste: Move the cursor to the desired location and type p.
A: Command Mode, Insert Mode, and Last Line Mode (Ex Mode).
A:
● Copy: yy
● Paste: Move to the desired location and press p.
A:
● Undo: u
● Redo: Ctrl + r
A:
4. Conclusion
● Vi is a powerful, efficient text editor widely used in UNIX/Linux.
● It requires mode-based editing and keyboard shortcuts for quick navigation and
editing.
● Mastering basic commands makes text editing in UNIX/Linux faster and more
efficient.
This should help you confidently answer questions during your oral examination. Let me
know if you need additional details! 😊