22 lines
618 B
TeX
22 lines
618 B
TeX
% master: inittab.tex
|
|
% Befehle v0.4
|
|
% 2022-05-10 (Rx)
|
|
|
|
\section{/etc/passwd}
|
|
%--------------------
|
|
|
|
\index{passwd}
|
|
\begin{verbatim}
|
|
#Benutzername:Paßwort:Benutzernummer:Gruppennummer:GCOS:Heimat:Shell
|
|
root:x:0:0:root:/root:/bin/bash
|
|
bin:x:1:1:bin:/bin:/bin/bash
|
|
daemon:x:2:2:daemon:/sbin:/bin/bash
|
|
lp:x:4:7:lp daemon:/var/spool/lpd:/bin/bash
|
|
games:x:12:100::/var/games:/bin/bash
|
|
man:x:13:2::/var/cache/man:/bin/bash
|
|
ftp:x:40:2:ftp account:/usr/local/ftp:/bin/bash
|
|
nobody:x:65534:65534:nobody:/var/lib/nobody:/bin/bash
|
|
higi:x:500:100:Higi:/home/higi:/bin/bash
|
|
gast:x:501:100:Gast:/home/gast:/bin/bash
|
|
\end{verbatim}
|
|
|