BC A Linux Final
BC A Linux Final
Summary points
O.S
Single user o.s vs Multi-user o.s
Multi User System is a single system with one operating system but multiple
users from different computers or terminals on the network will be able to
access the same.
The three major components of UNIX system are Kernel, Shell and User.
The core of the operating system is Kernel, where its routines and collection
of programs are written in C.
Shell interprets the user commands and converts them to the Kernel for
execution.
User contains the application programs, editors and compliers
UNIX commands helps users to solve their problems instead of writing a
large application program.
cat is one of the most popular commands in Unix, which is very useful in
creating and displaying small files on the terminal.
File comparisons are done for checking whether two files are
identical using three major commands cmp, diff and comm.
Files can be read page by page if the contents of the file are large
using more and less commands.
User can also view the contents of the file either from the top or
bottom using head and tail commands.
UNIX supports disk related commands to check the amount of disk
space free and amount of disk space uses in the file system.
Self-Assessment Questions:
1)_________ and _________ developed UNIX operating system in 1969
(a) Dennis Ritchie and J.F. Ossana (b) Ken Thompson and Dennis Ritchie
(c) Dennis Ritchie and Peter Neumann (d) Ken Thompson and Dougles Mcllory
2)Which is the core of the operating system?
(a) Shell (b) Hardware (c) Kernel (d) User
3)UNIX is _______ user system
(a) Single (b) Multi (c) Double (d) Triple
4)_______acts as an interface between software and hardware
(a) User (b) Shell (c) Commands (d) Kernel
5)Who interprets the commands into UNIX system and converts them for execution?
(a) User (b) Shell (c) Hardware (d) Kernel