You are on page 1of 1

INDEX

Sr No. Experiment Name Date Signature


1 Installing Linux (Ubuntu) operating system 12th July,2023
2 Create given directory and files in the root 12th July,2023
directory of using Linux commands
3 To install and connect ftp server to a ftp host 19th July,2023
machine using “vsftpd”.
4 Install docker and run hello world program. 26th July,2023
5 Install NFS and configure NFS. 02nd August,2023
6 Write a shell script program to display list of 09th August,2023
user currently logged in.
7 Write a shell script program to display 16th August,2023
“HELLO WORLD”.
8 Write a shell script program to develop a 16th August,2023
simple calculator.
9 Write a shell Script program to check 23rd August,2023
whether the given number is even or odd.
10 Shell script Program to search whether 23rd August,2023
element is present is in the list or not.
11 Shell script program to check whether given 23rd August,2023
file is a directory or not.
12 Shell script program to count number of 6th September,2023
files in a Directory
13 Write a shell script that reads data from a 6th September,2023
CSV file containing client information and
sends personalized emails to each client with
a daily report attached. Use control
instructions to handle the process efficiently.
14 Develop a shell script that regularly scans 13th September,2023
server log files, searches for predefined error
patterns using regular expressions, and sends
an email notification if any errors are found.
15 Create a shell script that parses the text file, 13th September,2023
extracts relevant data, and calculates
summary statistics. Use control instructions
to manage data extraction and processing.
16 Develop a shell script that takes user input 20th September,2023
for directories to be backed up, compresses
them into a single archive, and stores the
archive in a backup folder. Use control
instructions to handle user input and error
cases.
17 Write a shell script that reads the CSV file, 27th September,2023
calculates monthly sales totals, and sends an
email report to the manager. Use control
structures to iterate through the data and
handle email sending.
18 To implement useradd, userdel and modify, 11th October,2023
further implement tmux....write and wall.
19 To implement NIC bonding 18th October,2023

You might also like