This repository contains practical work, exercises, and experiments related to Linux systems. It is intended for learning and practicing Linux commands, shell scripting, and system operations.
- Linux command exercises
- Shell scripting examples
- File system operations
- Process management tasks
- Networking basics
Follow these steps to connect your local repository to GitHub and push your code:
git remote add origin https://github.com/oshenth/linuxLab.git
git branch -M main
git push -u origin mainLinux OS (Ubuntu, Kali, CentOS, etc.) or WSL on Windows Basic knowledge of terminal/command line
Clone the repository and start practicing:
git clone https://github.com/oshenth/linuxLab.git
cd linuxLab- Basic Linux commands
- File permissions
- Shell scripting
- Package management
- User and group management
Feel free to fork this repo and add your own lab exercises or improvements.
This project is open-source and available for learning purposes.