summaryrefslogtreecommitdiff
path: root/linux-basics
diff options
context:
space:
mode:
authorHans J. Koch <hjk@linutronix.de>2009-06-18 15:38:55 +0200
committerHans J. Koch <hjk@linutronix.de>2009-06-18 15:38:55 +0200
commitd947110b203e880febd6e21fe56805d469b42925 (patch)
tree718ef4e4ded06b77e2127b487e85176f34b1dc33 /linux-basics
parent72bb37f90c76334b3a52ae030f4297ff0c6a228e (diff)
pres_file-system-structure_de.tex completed.
Diffstat (limited to 'linux-basics')
-rw-r--r--linux-basics/filesystem-structure/pres_file-system-structure_de.tex28
1 files changed, 27 insertions, 1 deletions
diff --git a/linux-basics/filesystem-structure/pres_file-system-structure_de.tex b/linux-basics/filesystem-structure/pres_file-system-structure_de.tex
index d503c2d..f5f4cdf 100644
--- a/linux-basics/filesystem-structure/pres_file-system-structure_de.tex
+++ b/linux-basics/filesystem-structure/pres_file-system-structure_de.tex
@@ -56,13 +56,39 @@
% ----- Slide ------------------
\begin{frame}
\frametitle{Der \cmd{mount}-Befehl}
-\pause
\begin{itemize}
\item Zuweisen eines Dateisystems an ein Verzeichnis
\pause
\item Kernel mountet Root-Filesystem auf \cmd{/}
+\pause
+\item Weitere mounts durch Startskripte
+\pause
+\item Standard mount-Vorgaben in \cmd{/etc/fstab}
+\pause
+\item \cmd{mount}/\cmd{umount} jederzeit zur Laufzeit möglich
\end{itemize}
\end{frame}
+% ----- Slide ------------------
+\begin{frame}
+\frametitle{Zugriffsrechte}
+\begin{itemize}
+\item Per Design vorhanden (Multiuser-Tradition)
+\pause
+\item Konzept Eigentümer/Gruppe/Sonstige
+\pause
+\item Lese-/Schreib-/Ausführungsrechte
+\pause
+\end{itemize}
+\end{frame}
+
+% ----- Slide ------------------
+\begin{frame}
+\frametitle{Zugriffsrechte}
+\begin{figure}[h]
+\centering
+\includegraphics[width=8cm]{images/Zugriffsrechte.png}
+\end{figure}
+\end{frame}
\end{document}