Difference between pages "/etc/shadow" and "Configuration"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
(New page: /etc/shadow is a file that contains encrypted passwords for the users listed in /etc/passwd. It can look like this: root:$2a$10$nAu/t6aigNE1RpgshyXFSO8heERwSFJqAGxUch8fXe5sJFxs.aqp2:1...)
 
imported>ThorstenStaerk
(New page: = Set english as system language = Example for a bad translation $ cat /dev/net/tun Die Dateizugriffsnummer ist in schlechter Verfassung So let's set the system language to english: $ c...)
 
Line 1: Line 1:
/etc/shadow is a [[file]] that contains encrypted passwords for the users listed in /etc/passwd. It can look like this:
+
= Set english as system language =
  root:$2a$10$nAu/t6aigNE1RpgshyXFSO8heERwSFJqAGxUch8fXe5sJFxs.aqp2:14903::::::
+
Example for a bad translation
bin:*:14749::::::
+
$ cat /dev/net/tun
  daemon:*:14749::::::
+
Die Dateizugriffsnummer ist in schlechter Verfassung
The columns are separated by colons. The first column contains the user name. The second column contains the password.
+
So let's set the system language to english:
 +
  $ cat /etc/environment
 +
there must not be anything but
 +
  LANG=C

Revision as of 07:04, 24 October 2010

Set english as system language

Example for a bad translation

$ cat /dev/net/tun
Die Dateizugriffsnummer ist in schlechter Verfassung

So let's set the system language to english:

$ cat /etc/environment

there must not be anything but

LANG=C