An open API service indexing awesome lists of open source software.

https://github.com/welding-torch/linuxshellscript

Linux Shell Scripts for Module 2 of Operating Systems Lab of Second Year Artificial Intelligence & Data Science (Mumbai University)
https://github.com/welding-torch/linuxshellscript

bash bash-script linux linux-shell mumbai-university operating-system shell shell-script shell-scripts

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Linux Shell Scripts

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

## Installation
```bash
git clone https://github.com/Welding-Torch/linuxshellscript.git
```

## Usage
```bash
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](https://user-images.githubusercontent.com/46340124/214917905-47488dce-de1b-43b3-bbd3-c78b2fa4fe77.png)


## Contributing

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