diff options
| author | Hans J. Koch <hjk@linutronix.de> | 2009-06-18 02:19:22 +0200 |
|---|---|---|
| committer | Hans J. Koch <hjk@linutronix.de> | 2009-06-18 02:19:22 +0200 |
| commit | 95a44a9a03445da2f2c56aaca7b4e332f5a76c9e (patch) | |
| tree | 784f3f762bc2301032499415722109e307ace947 /linux-basics/filesystem-structure/handout_file-system-structure_de.tex | |
| parent | 588c39f4f0a9bd39c693a528c5f129de64f7c3a5 (diff) | |
Updated file-system-structure_de pres/handout
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.tex | 5 |
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} |
