logo

Operating Systems .

   

Added on  2023-05-28

9 Pages1488 Words371 Views
 | 
 | 
 | 
Running head: OPERATING SYSTEMS
Operating Systems
Name of the Student
Name of the University
Author’s Note
Operating Systems                              ._1

1
OPERATING SYSTEMS
Table of Contents
Introduction................................................................................................................................2
Copies of the scripts...................................................................................................................2
Windows................................................................................................................................2
Unix........................................................................................................................................3
Discussion..................................................................................................................................5
Conclusion..................................................................................................................................6
Bibliography...............................................................................................................................7
Operating Systems                              ._2

2
OPERATING SYSTEMS
Introduction
The report is prepared for the creation of two Scheel script designed to run in different
environment for returning the operating system routine function. For the development of the
report some examples are evaluated and a research is done on the administrative function that
can be used for identification of the system resource usage and management of the system
components. For the development of the windows script Windows 10 operating system is
used and for the development of the bash shell script Knoppix 8.1 is used. The Unix system is
booted using VMWare and the scripts are attached with the report along with the screenshot
of the out for the demonstration of functionality of the script.
Copies of the scripts
Windows
:: The batch file is created for testing the system configuration
:: The output is stored in result.txt file.
ECHO OFF
:: Display current processes
echo The following processes are running in the current system >> result.txt
tasklist >> result.txt
:: Display current users logged in
echo The following user is currently logged in:>> result.txt
echo %username% >> result.txt
::Display device plugged in
Operating Systems                              ._3

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
Computer Systems and Networks - Shell Script for Monitoring System Changes
|15
|4230
|150

Linux System Change Logger Script
|26
|4743
|96

Linux System Change Logger Script
|12
|2750
|201