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)
- Host: GitHub
- URL: https://github.com/welding-torch/linuxshellscript
- Owner: Welding-Torch
- Created: 2023-01-26T17:34:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T18:49:25.000Z (about 3 years ago)
- Last Synced: 2024-12-27T15:28:23.477Z (about 1 year ago)
- Topics: bash, bash-script, linux, linux-shell, mumbai-university, operating-system, shell, shell-script, shell-scripts
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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