Skip to content

Latest commit

 

History

History
114 lines (83 loc) · 3.61 KB

File metadata and controls

114 lines (83 loc) · 3.61 KB

UNIWA

UNIVERSITY OF WEST ATTICA
SCHOOL OF ENGINEERING
DEPARTMENT OF COMPUTER ENGINEERING AND INFORMATICS

University of West Attica · Department of Computer Engineering and Informatics


Operating Systems I

Basic Linux Commands

Vasileios Evangelos Athanasiou
Student ID: 19390005

GitHub · LinkedIn


Supervision

Supervisor: Vasileios Mamalis, Professor

UNIWA Profile

Supervisor: Dimitrios Karolidis, Applications Lecturer

UNIWA Profile · LinkedIn

Co-supervisor: Georgios Pentaris, Academic Scholar

UNIWA Profile


Athens, December 2021



README

Basic Linux Commands

This repository contains a hands-on assignment introducing basic Linux commands to help students navigate and interact with the Linux operating system via the command line interface (CLI).


Table of Contents

Section Folder/File Description
1 assign/ Assignment material for the Linux Commands workshop
1.1 assign/OS1_Lab_Ask-1-2021-22.pdf Assignment description in English
1.2 assign/ΛΣ1_Εργαστήριο_Ασκ-1-2021-22.pdf Assignment description in Greek
2 docs/ Documentation and command references for Linux
2.1 docs/Linux-Commands.txt English Linux commands reference
2.2 docs/Εντολές-Linux.txt Greek Linux commands reference
3 README.md Project documentation
4 INSTALL.md Usage instructions

1. Project Overview

Students will learn fundamental Linux operations, including:

  • File and Directory Management: ls, cd, mkdir, rm, cp
  • File Viewing and Editing: cat, less, nano, vi
  • Permissions and Ownership: chmod, chown
  • System Information: uname, top, df

The goal is to build a strong foundation in Linux command usage, crucial for developers and system administrators.