38 lines
1.1 KiB
TeX
Executable File
38 lines
1.1 KiB
TeX
Executable File
\section{Bash}
|
|
\begin{flushleft}
|
|
it {\ttfamily .bashrc\index{.bashrc}} geladen werden.\\
|
|
|
|
%
|
|
% Listing
|
|
%
|
|
\listBash
|
|
\begin{lstlisting}[captionpos=b, caption=Beispiel .bashrc, label=lst:bash]
|
|
umask 022
|
|
\end{lstlisting}
|
|
|
|
%
|
|
% Hier kommt eine Tabelle, 4 Spalten
|
|
%
|
|
% \emph und \textbf => Kursiv und Fett
|
|
%
|
|
|
|
\begin{table}[ht] % Platzierung auf der Stelle und top
|
|
\begin{tabular}{|l|l|l|p{8cm}|} % l => Text left, c => center, r => right, p => zeilenumbruch
|
|
\hline \rowcolor{hellgrau}\emph{\textbf{Konfigurations}} & \emph{\textbf{Login}} & \emph{\textbf{Interaktive}} & \ \\
|
|
\rowcolor{hellgrau}\emph{\textbf{Datei}} & \emph{\textbf{Shell}} & \emph{\textbf{Shell}} & \emph{\textbf{Beschreibung}}\\
|
|
\hline /etc/profile & X & - & Systemweit, wird bei einem Update "uberschrieben.\\
|
|
\hline
|
|
\end{tabular}
|
|
\caption{Liste der Dateien}
|
|
\end{flushleft}
|
|
|
|
%
|
|
% Einfügen eines Bildes
|
|
%
|
|
\begin{figure}[ht]
|
|
\centering % platzierung mitte
|
|
\includegraphics[scale=0.5]{Kapitel3/Pictures/buildlist.png}
|
|
\caption{Dialog buildlist}
|
|
\end{figure}
|
|
|