https://github.com/shubhansu-kr/cse325-operatingsystemlab-shellprogramming
Scripts for all the labs of CSE325 | Shell Scripting | Linux
https://github.com/shubhansu-kr/cse325-operatingsystemlab-shellprogramming
cse325 labs linux lpu scripts shell
Last synced: about 1 month ago
JSON representation
Scripts for all the labs of CSE325 | Shell Scripting | Linux
- Host: GitHub
- URL: https://github.com/shubhansu-kr/cse325-operatingsystemlab-shellprogramming
- Owner: shubhansu-kr
- Created: 2023-01-11T14:53:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-03T04:28:39.000Z (over 2 years ago)
- Last Synced: 2025-03-16T15:53:03.972Z (7 months ago)
- Topics: cse325, labs, linux, lpu, scripts, shell
- Language: C
- Homepage: https://xmind.app/m/WwtB/
- Size: 4.59 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# CSE325: Operating System Laboratory
Start Date: 11th Jan 2023
Create a folder name CSE205 and run the scripts sequentially inside this folder only.
Steps To get started
1. Create a seprate folder
> mkdir CSE325
2. Catch the directory
> cd CSE325Your terminal should look something like this `~/CSE325$`.
Start writing commands after `$ _` sign.
## Documentation
1. [Commands](./Commands/): Contains brief about different commands.
2. [Experiments](./Experiments/): Contains lab exercises of each experiment.
3. [Learning](./Learnings/): Contains codes and comments from book [Beginning Linux Programming](./Resource/Beginning%20Linux%20programming-Wiley%20(2007).pdf).
4. [Resource](./Resource): Book + labManual
5. [Commands.sh](./commands.sh): Command summary.
6. [Scripts](./Scripts): Shell Scripts.