Skip to content

Linux Shell Scripts for Module 2 of Operating Systems Lab of Second Year Artificial Intelligence & Data Science (Mumbai University)

Notifications You must be signed in to change notification settings

Welding-Torch/linuxshellscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux Shell Scripts

Linux Shell Scripts for Module 2 of Operating Systems Lab of Second Year Artificial Intelligence & Data Science (Mumbai University)

Installation

git clone https://github.com/Welding-Torch/linuxshellscript.git

Usage

cd linuxshellscript
chmod 755 1.sh 
./1.sh

Follow this procedure for each Shell Script.

Tip: The shorthand 755 is often used for scripts as it allows you the owner to write or modify the script and for everyone to execute the script.

Scripts List

1.sh - Display OS version, release number, kernel version.

2.sh - Display top 10 processes in descending order

3.sh - Display processes with highest memory usage.

4.sh - Display current logged in user and log name.

5.sh - Display current shell, home directory, operating system type, current path setting, current working directory.

Syllabus Section

image

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Linux Shell Scripts for Module 2 of Operating Systems Lab of Second Year Artificial Intelligence & Data Science (Mumbai University)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages