0% found this document useful (0 votes)
31 views2 pages

UNIX and Shell Scripting Guide

This document contains a table of topics for a Unix/Linux tutorial, including connecting to and logging out of the system, commands to experiment with, files and directories, help utilities, file utilities, resource monitoring utilities, and several shell script examples ranging from displaying permissions to generating Fibonacci series and checking for palindromes. The document provides an outline of key areas and tasks to cover in a tutorial on basic Unix/Linux commands, navigation, and scripting.

Uploaded by

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

UNIX and Shell Scripting Guide

This document contains a table of topics for a Unix/Linux tutorial, including connecting to and logging out of the system, commands to experiment with, files and directories, help utilities, file utilities, resource monitoring utilities, and several shell script examples ranging from displaying permissions to generating Fibonacci series and checking for palindromes. The document provides an outline of key areas and tasks to cover in a tutorial on basic Unix/Linux commands, navigation, and scripting.

Uploaded by

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

Index

sn Topic sig
o n
1 CONNECTING TO UNIX (LOGGING ON)LOGOUT the system
2 Experiment with each of
thesecommands:whodatecalWhoamiUnameHostnameBcExprWEch
otty
3 FILES AND DIRECTORIES
4 HELP!- How to get it. Is it helpful? Other places to look. Using man,
help, whatis, info, apropos
5 FILE UTILITIES
6 RESOURCE MONITORING UTITILITIES
7 Write a Shell script that displays list of all the files in the current
directory to which the user has read, write and execute permissions.
8 Understanding inodes with some commands
9 Create symbolic link and hard links
10 . Shell Script to ask your name, program name and enrollment number
and print it on the screen.
11 . Shell Script Calculate Factorial Of Given Number.
12 Shell Script to check whether given year is leap year or not.
13 Shell Script to find the sum, the average and the product of the four
integers entered.
14 Shell Program to find Largest of Three Numbers
15 Shell Program to Find whether the Character is Vowel or Not.
16 Shell script to display the result “Pass” or “Fail” using the information
given below:
17 Math Calculator Using Command Line Argument.
18 Shell Script to exchange the values of two variables.
19 Shell Script to Swap Two Variables without Using Third Variable.
20 Shell Script Basic Numbers from 1 to 10 using For Loop.
21 Shell Program to Print Numbers from 1 to 10 using While Loop.
22 Shell Program to Print Sum & Average of First 10 Numbers.
23 Shell Script to generate Fibonacci series.
24 Shell Script to find whether a given no is palindrome or not.
25 Shell Script to Find Whether Number is Prime or Not.
26
27
28

You might also like