0% found this document useful (0 votes)
20 views

Bc0056 Unix Operating System

This document provides details for a summer 2014 assignment for a BCA program course on UNIX Operating Systems. The assignment includes 6 questions worth a total of 60 marks. Question topics include explaining UNIX OS layers, the fork and pipe system calls, password management, processes and running in background, and using common UNIX commands like vi, cat, chmod, grep, and more. The final question involves writing a C program to create child processes using fork to calculate even and odd series sums.

Uploaded by

anon_920770157
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

Bc0056 Unix Operating System

This document provides details for a summer 2014 assignment for a BCA program course on UNIX Operating Systems. The assignment includes 6 questions worth a total of 60 marks. Question topics include explaining UNIX OS layers, the fork and pipe system calls, password management, processes and running in background, and using common UNIX commands like vi, cat, chmod, grep, and more. The final question involves writing a C program to create child processes using fork to calculate even and odd series sums.

Uploaded by

anon_920770157
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Summer 2014, ASSIGNMENT

PROGRAM
SEMESTER
SUBJECT CODE &
NAME
CREDIT
BK ID
MAX. MARKS

BCA(REVISED 2007)
5
BC0056 UNIX OPERATING SYSTEM
4
B0973
60
Answer all Questions

Q.No

Questions

Marks

Explain the Layers of UNIX Operating System in detail.

Write a short note on


a. The fork() System Call
b. The pipe() System Call
What are the points to be considered for the management of a
password in UNIX OS?
What is a Process? How to run a process at the background?

[5+5]

10

[10]

10

[5+5]

10

Demonstrate how and when you can use the following


commands: vi, cat, chmod, grep, man, pwd, ps, kill, mkdir, rm.

[10]

10

Write a C program that illustrates the creation of child process


using fork system call. One process finds sum of even series and
other process finds sum of odd series.

[10]

10

3
4

10

Total
Marks
10

Page 1 of 1

You might also like