Change Password (en): Unterschied zwischen den Versionen

Aus Gemini-Wiki
Zur Navigation springen Zur Suche springen
Zeile 3: Zeile 3:
 
  |[[Bild:english.png]] - [[Change Password (en)|in English]]
 
  |[[Bild:english.png]] - [[Change Password (en)|in English]]
 
  |}  
 
  |}  
[[Bild:passwd-telnet.png|thumb|Example: Change the password via Telnet]]
+
[[Bild:passwd-telnet.png|thumb|Beispiel: Set the password with telnet]]
You can change your Dreambox '''password''' from the command line by typing
+
The '''password''' of the Dreambox can be changed via [[Telnet (en)|telnet]] with following command.
passwd
+
<syntaxhighlight>
 +
passwd
 +
</syntaxhighlight>
 +
 
 +
== Options ==
 +
The command <code>passwd</code> has some useful options.
 +
<syntaxhighlight>
 +
root@dm8000:~# passwd --help
 +
Usage: passwd [options] [LOGIN]
 +
 
 +
Options:
 +
  -a, --all                    report password status on all accounts
 +
  -d, --delete                  delete the password for the named account
 +
  -e, --expire                  force expire the password for the named account
 +
  -h, --help                    display this help message and exit
 +
  -k, --keep-tokens            change password only if expired
 +
  -i, --inactive INACTIVE      set password inactive after expiration
 +
                                to INACTIVE
 +
  -l, --lock                    lock the password of the named account
 +
  -n, --mindays MIN_DAYS        set minimum number of days before password
 +
                                change to MIN_DAYS
 +
  -q, --quiet                  quiet mode
 +
  -r, --repository REPOSITORY  change password in REPOSITORY repository
 +
  -S, --status                  report password status on the named account
 +
  -u, --unlock                  unlock the password of the named account
 +
  -w, --warndays WARN_DAYS      set expiration warning days to WARN_DAYS
 +
  -x, --maxdays MAX_DAYS        set maximum number of days before password
 +
                                change to MAX_DAYS
 +
</syntaxhighlight>
 +
 
 
[[Kategorie:Instructions (en)]]
 
[[Kategorie:Instructions (en)]]
 
[[Kategorie:Basics (en)]]
 
[[Kategorie:Basics (en)]]

Version vom 29. September 2013, 19:59 Uhr

Deutsch.png - in Deutsch English.png - in English
Beispiel: Set the password with telnet

The password of the Dreambox can be changed via telnet with following command.

passwd

Options

The command passwd has some useful options.

root@dm8000:~# passwd --help
Usage: passwd [options] [LOGIN]
 
Options:
  -a, --all                     report password status on all accounts
  -d, --delete                  delete the password for the named account
  -e, --expire                  force expire the password for the named account
  -h, --help                    display this help message and exit
  -k, --keep-tokens             change password only if expired
  -i, --inactive INACTIVE       set password inactive after expiration
                                to INACTIVE
  -l, --lock                    lock the password of the named account
  -n, --mindays MIN_DAYS        set minimum number of days before password
                                change to MIN_DAYS
  -q, --quiet                   quiet mode
  -r, --repository REPOSITORY   change password in REPOSITORY repository
  -S, --status                  report password status on the named account
  -u, --unlock                  unlock the password of the named account
  -w, --warndays WARN_DAYS      set expiration warning days to WARN_DAYS
  -x, --maxdays MAX_DAYS        set maximum number of days before password
                                change to MAX_DAYS