Os Part B
Os Part B
1 Brief Description 1
2 Aim of project 04
3 Course outcome 05
Shell Scripting is an open-source computer program run by the Unix/Linux shell. Shell Scripting is
a program to write a series of commands for the shell to run. It can combine lengthy and repetitive
sequences of commands into a single and simple script that can be kept and run anytime which,
decreases programming efforts.
This Shell Scripting tutorial aids in learning a basic understanding of the Linux/Unix shell scripting
program to develop concepts of Shell Scripting. This Shell Script tutorial is designed for newbies
and professionals who want to learn What is Shell Scripting? How shell scripting works, types of
shell, and more.
What is Shell?
Shell is a UNIX term for an interface between a user and an operating system service. Shell delivers
users with an interface and receives human-readable commands into the system and performs
those commands which can run automatically and give the program’s output in a shell script.
An Operating is created of many components, but its two prime components are –
Kernel
Shell
A Kernel is at the heart of a computer. It completes the communication between the hardware
and software possible. While the Kernel is the innermost part of an operating system, a shell is
the outermost one.
1
Types of Shell
There are two main shells in Linux:
1. The Bourne Shell: The prompt for this shell is $ and its derivatives are listed below:
2. The C shell: The prompt for this shell is %, and its subcategories are:
1. Create a file utilizing a vi editor(or any other editor). Name script file with extension .sh
2. Start the script with #! /bin/sh
3. Write some code.
4. Save the script file as filename.sh
5. For running the script type bash filename.sh
“#!” is an operator named shebang which directs the script to the interpreter's location. So, if we
use”#! /bin/sh” the script gets directed to the bourne-shell.
2
the steps to create and execute the script
3
Aim of Micro-Project:
4
Course Outcome:
5
Actual procedure followed:
First of all, we have to choose the Micro project group. In the micro project group, there
are two group members. And names are:
1. Sharad Arjun Gade.
2. Rohan Chandrakant Jadhav.
Then we searched many topics related to entrepreneurship development and from that
we choose to study of good and bad points of our micro-project.
First, we searched some information about the project. After that we searched some
information about good and bad points of on internet.
With the help of our guide, we studied the plus and minus points of and created the
report.
6
Actual resources used:
7
Skills developed / Learning out of this Project:
8
Teacher Evaluation Sheet
Name of Program:………………………………………………………….Semester:……………………………………...
Course Title:…………………………………………………………………………………………………………………………..
Code:……………………………………….
………………………………………………………………………………………………………………………………………………
………………………………………………………………………………………………………………………………………………
………………………………………………………………………………………………………………………………………………
……………………………………………………………………………………………………………………………………………….
2 Literature
Survey/InformationCo
llection
3 ProjectProposal
9 Defence
9
Micro-Project Evaluation Sheet
Note:
Every course teacher is expected to assign marks for group evolution in first 3 columns
&individualevaluationin4thcolumnforeachgroupofstudentsas perrubrics.
Comment/Suggestionsaboutteamwork/leadership/inter-personalcommunication(ifany)
………………………………………………………………………………………………………………………………………………
………………………………………………………………………………………………………………………………………………
……………………………………………………………………………………………………………………………………………..
………………………………………………………………………………………………………………………………………………
………………………………………………………………………………………………………………………………………………
………………………………………………………………………………………………………………………………………………
Signature…………………………………………………………………………………………………………………………….
1
0