List of Experiments:
- Basic Shell Commands
- Study of Unix/Linux general purpose utility command list obtained from (man, who,
cat, cd, cp, ps, ls, mv, rm, mkdir, rmdir, echo, more, date, time, kill, history, chmod,
chown, chgrp, finger, pwd, cal, logout, shutdown) commands.
- I/O Redirections
- Creating file using vi editor
C-Program:
- Write a C program to check whether the given string is palindrome or not using Command line substitution.
- Write a C program to emulate the UNIX ls-l command.
- Write a C program to check the given integer is prime or not.
- Write a C program to display Largest of three numbers.
- Write a C program to check whether the given number is Avogadro number or not.
- Write a C program to find the Factorial of a given number.
- Write a C program that accept two integers as its arguments and computes the value of first number raised to the power of second number.
Shell Programs:
- Write a shell script to display list of user currently logged in.
- Write a shell script to display “HELLO <USER_NAME>” on the welcome screen.
- Write a shell script to develop a scientific calculator.
- Write a shell Script to check whether the given number is even or odd.
- Shell script to search whether element is present is in the list or not.
- Write a shell script to generate a Fibonacci Series.
- File Operations
- Base Conversion
- Usage of cut and grep commands
- Usage of tail, head, pr, tr commands
- Usage of user defined functions
Administration and Networking:
- Installing Linux through bootable media/ through NFS
- Creating & Managing User Accounts
- Creating & Managing Groups
- Installation of RPM software and Zipping, tar
- Configuring LAN and Internet
- Assigning IP Address (Static & Dynamic)
- Configuring Yum
- Configuring Telnet Server, FTP Server, NFS Server
- Configuring SSH Server
- Configuring Squid Proxy Server
- Configuring Web Server
- Configuring DHCP Server