From e2a8cb5dfb6c9dbe4a437851fccdf69c0733b848 Mon Sep 17 00:00:00 2001 From: "Hans J. Koch" Date: Tue, 9 Jun 2009 20:43:40 +0200 Subject: Initial commit. --- .../handout_file-system-structure_de.tex | 17 + .../hints_file-system-structure_de.tex | 28 + .../filesystem-structure/images/Zugriffsrechte.png | Bin 0 -> 11974 bytes .../filesystem-structure/images/Zugriffsrechte.svg | 374 +++++++++++ .../images/ordnerbaum-600px.png | Bin 0 -> 47521 bytes .../filesystem-structure/images/ordnerbaum.svg | 731 +++++++++++++++++++++ .../filesystem-structure/linutronix-left.png | Bin 0 -> 17432 bytes .../filesystem-structure/linutronix-right.png | Bin 0 -> 5559 bytes linux-basics/filesystem-structure/linutronix.png | Bin 0 -> 24712 bytes .../pres_file-system-structure_de.tex | 24 + 10 files changed, 1174 insertions(+) create mode 100644 linux-basics/filesystem-structure/handout_file-system-structure_de.tex create mode 100644 linux-basics/filesystem-structure/hints_file-system-structure_de.tex create mode 100644 linux-basics/filesystem-structure/images/Zugriffsrechte.png create mode 100644 linux-basics/filesystem-structure/images/Zugriffsrechte.svg create mode 100644 linux-basics/filesystem-structure/images/ordnerbaum-600px.png create mode 100644 linux-basics/filesystem-structure/images/ordnerbaum.svg create mode 100644 linux-basics/filesystem-structure/linutronix-left.png create mode 100644 linux-basics/filesystem-structure/linutronix-right.png create mode 100644 linux-basics/filesystem-structure/linutronix.png create mode 100644 linux-basics/filesystem-structure/pres_file-system-structure_de.tex (limited to 'linux-basics/filesystem-structure') diff --git a/linux-basics/filesystem-structure/handout_file-system-structure_de.tex b/linux-basics/filesystem-structure/handout_file-system-structure_de.tex new file mode 100644 index 0000000..4c391b2 --- /dev/null +++ b/linux-basics/filesystem-structure/handout_file-system-structure_de.tex @@ -0,0 +1,17 @@ +\documentclass{article} +\usepackage{german} +\usepackage[utf8]{inputenc} + +\begin{document} + +\section*{Titel} + +\subsection*{Abschnitt1} + +Text + +\subsection*{Abschnitt2} + +Text + +\end{document} diff --git a/linux-basics/filesystem-structure/hints_file-system-structure_de.tex b/linux-basics/filesystem-structure/hints_file-system-structure_de.tex new file mode 100644 index 0000000..83a58ef --- /dev/null +++ b/linux-basics/filesystem-structure/hints_file-system-structure_de.tex @@ -0,0 +1,28 @@ +\documentclass{article} +\usepackage{german} +\usepackage[utf8]{inputenc} + +\begin{document} + +\section*{Block \lq Dateisystem-Struktur\rq} + +\subsection*{Lernziele} +\begin{itemize} +\item Verstehen des Begriffs Root-Filesystem. +\item Kennenlernen der wichtigsten Verzeichnisse im Rootfs +\item Grundsätzliches Verständnis von mount +\item Kennenlernen der Datei-Zugriffsrechte +\end{itemize} + +\subsection*{Unterrichts-Ablauf} + +Hinweise zur Präsentation, Zeitplanung, etc. + +\subsection*{Übungen bei vorhandener Hardware} + +Befehle pwd, cd, ls, cp, mv, rm, mount, umount, mkfs + +Die Teilnehmer lernen zusätzlich, sich im Dateisystem zu bewegen, Dateien +zu kopieren, verschieben, löschen etc. + +\end{document} diff --git a/linux-basics/filesystem-structure/images/Zugriffsrechte.png b/linux-basics/filesystem-structure/images/Zugriffsrechte.png new file mode 100644 index 0000000..53aaa9d Binary files /dev/null and b/linux-basics/filesystem-structure/images/Zugriffsrechte.png differ diff --git a/linux-basics/filesystem-structure/images/Zugriffsrechte.svg b/linux-basics/filesystem-structure/images/Zugriffsrechte.svg new file mode 100644 index 0000000..26ce9d5 --- /dev/null +++ b/linux-basics/filesystem-structure/images/Zugriffsrechte.svg @@ -0,0 +1,374 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + r + + w + + x + + r + + w + + x + + r + + w + + x + others + group + user + 4 + 2 + 1 + 4 + 2 + 1 + 4 + 2 + 1 + + + + diff --git a/linux-basics/filesystem-structure/images/ordnerbaum-600px.png b/linux-basics/filesystem-structure/images/ordnerbaum-600px.png new file mode 100644 index 0000000..e0d6cf4 Binary files /dev/null and b/linux-basics/filesystem-structure/images/ordnerbaum-600px.png differ diff --git a/linux-basics/filesystem-structure/images/ordnerbaum.svg b/linux-basics/filesystem-structure/images/ordnerbaum.svg new file mode 100644 index 0000000..50fb47a --- /dev/null +++ b/linux-basics/filesystem-structure/images/ordnerbaum.svg @@ -0,0 +1,731 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + /boot + + + + + /bin + + + + + /dev + + + + + /etc + + + + + /home + + + + + /lib + + + + + /root + + + + + /sbin + + + + + /sys + + + + + /tmp + + + + + /usr + + + + + /var + + + + + / + + + + + + + + + + + + + + + diff --git a/linux-basics/filesystem-structure/linutronix-left.png b/linux-basics/filesystem-structure/linutronix-left.png new file mode 100644 index 0000000..c9864c8 Binary files /dev/null and b/linux-basics/filesystem-structure/linutronix-left.png differ diff --git a/linux-basics/filesystem-structure/linutronix-right.png b/linux-basics/filesystem-structure/linutronix-right.png new file mode 100644 index 0000000..136f35d Binary files /dev/null and b/linux-basics/filesystem-structure/linutronix-right.png differ diff --git a/linux-basics/filesystem-structure/linutronix.png b/linux-basics/filesystem-structure/linutronix.png new file mode 100644 index 0000000..0c0e706 Binary files /dev/null and b/linux-basics/filesystem-structure/linutronix.png differ diff --git a/linux-basics/filesystem-structure/pres_file-system-structure_de.tex b/linux-basics/filesystem-structure/pres_file-system-structure_de.tex new file mode 100644 index 0000000..07db328 --- /dev/null +++ b/linux-basics/filesystem-structure/pres_file-system-structure_de.tex @@ -0,0 +1,24 @@ +\documentclass{article} +\usepackage{german} +\usepackage[utf8]{inputenc} + +\begin{document} + +\section*{Block \lq Was ist Linux?\rq} + +\subsection*{Lernziele} +\begin{itemize} +\item Lernziel 1 +\item Lernziel 2 +\item Lernziel 3 +\end{itemize} + +\subsection*{Unterrichts-Ablauf} + +Hinweise zur Präsentation, Zeitplanung, etc. + +\subsection*{Übungen bei vorhandener Hardware} + +Hinweise zu Übungen, Zeitlimit dazu. + +\end{document} -- cgit v1.2.3