summaryrefslogtreecommitdiff
path: root/linux-basics/filesystem-structure/handout_file-system-structure_de.tex
diff options
context:
space:
mode:
Diffstat (limited to 'linux-basics/filesystem-structure/handout_file-system-structure_de.tex')
-rw-r--r--linux-basics/filesystem-structure/handout_file-system-structure_de.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/linux-basics/filesystem-structure/handout_file-system-structure_de.tex b/linux-basics/filesystem-structure/handout_file-system-structure_de.tex
index 3661acc..ebccec0 100644
--- a/linux-basics/filesystem-structure/handout_file-system-structure_de.tex
+++ b/linux-basics/filesystem-structure/handout_file-system-structure_de.tex
@@ -133,11 +133,12 @@ Kernel, allerdings handelt es sich dabei im Unterschied zum sysfs nicht um
einzelne Werte, sondern meist um längere Texte. Probieren Sie beispielsweise
folgende Befehle aus:
-\begin{verbatim}
+\lstset{backgroundcolor=\color[gray]{0.92}, basicstyle=\ttfamily\small}
+\begin{lstlisting}
cat /proc/cpuinfo
cat /proc/meminfo
cat /proc/interrupts
-\end{verbatim}
+\end{lstlisting}
\subsection*{Zugriffsrechte}