Unix Interview Questions and Answers
Technical
Follow Us
| 1. | What is UNIX? |
|---|---|
UNIX is a multitasking, multi user computer operating system. The UNIX operating system comprises three parts
|
| 2. | What are the types of UNIX? |
|---|---|
|
| 3. | How many prompts are available in a UNIX system? |
|---|---|
| Two prompts, PS1 (Primary Prompt) and PS2(Secondary Prompt). |
| 4. | How do you find for how many days your server is up? |
|---|---|
| By using uptime command in UNIX. |
