Course: BasicUnix
University: Tech University of Korea (TUK)
This repository contains practice code created while studying Unix.
The purpose of this project is to:
- practice core concepts of Unix
- organize lecture exercises
- build a structured learning record
- Git
- GitHub
- Visual Studio Code
- Linux
- WSL
- Bash
This repository includes examples that demonstrate:
- Basic concepts of Unix and Linux
- File and directory management
- Basic terminal commands
- Terminal shortcut keys
[PROJECT_NAME]/
├── Chap_[01]/ #
├── Chap_[02]/ #
├── Chap_[03]/ #
├── ...
├── LICENSE # MIT License
├── .gitignore
└── README.md
This project is licensed under the MIT License.
See the LICENSE file for details.
Name: Jiyong Kim (ZYONGE)
Profile: https://github.com/ZYONGE
To build a foundational understanding of Unix through structured practice and experimentation.