Unix System

Develop web / GUI based system that implements the following:
Commands
Usage of SHELL commands without using System calls or built in Perl commands.
Commands example: (mv, grep,ls,tail,wc,ls) + using options:
• Ls , -lst , -ls
• Wc –l
1.2 Search commands (grep , find) including most of options (date of creation / file change , display of folders etc.)
1.3 Existing Scripts
1.4 change of file content / files in SED (batch edit)
1.5 Administration: (two options – choose one)
A. (option A)
Add / Delete / Update users.
Change of authorization.
Process management (status, tracking , delete)
Sys info
Change system date
Backup / Recovery
B.. (option B)
Implement Systat package or other similar packages in UNIX.
You need to display static data on the memory functioning , CPU and load of network interface card (FOR instance: ipstat , sar , netstat) in a form of tables/graphs.
while collecting data by using suitable commands in the Cron.
In addition , the system will recommend on improvements:
+ There is a need to add X GB of memoy
+ There is a need to install heavy systems (exp. ORACLE) in a different partition
+ There is a need to reduce/increase number of threads or change priority of process.

Leave a Reply

Your email address will not be published. Required fields are marked *