Project locked to follow the migration to Hugo/AsciiDoctor, sorry for the inconvenience and please wait a few days to continue with the translations.
Language | Translated | Untranslated | Untranslated words | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|
English
|
33 | ||||||
|
|||||||
Portuguese (Brazil)
|
32 | ||||||
|
|||||||
Spanish
|
82% | 28 | 160 | 44 | |||
|
Please sign in to see the alerts.
Project website | wiki.freebsd.org/DocTranslationOnWeblate |
---|---|
Instructions for translators | https://wiki.freebsd.org/DocTranslationOnWeblate Mailing list for translators: <<freebsd-translators@freebsd.org> |
Translation process |
|
Translation license | BSD-2-Clause-FreeBSD |
Filemask | articles/*/new-users.po |
Languages | 3 |
Source strings | 164 |
Source words | 3,327 |
Source characters | 27,428 |
Hosted strings | 492 |
Hosted words | 9,981 |
Hosted characters | 82,284 |
It can be dangerous to change <systemitem class="username">root</systemitem>'s shell to something other than <command>sh</command> or <command>csh</command> on early versions of FreeBSD and many other versions of <trademark class="registered">UNIX</trademark>; you may not have a working shell when the system puts you into single user mode. The solution is to use <command>su -m</command> to become <systemitem class="username">root</systemitem>, which will give you the <command>tcsh</command> as <systemitem class="username">root</systemitem>, because the shell is part of the environment. You can make this permanent by adding it to your <filename>.tcshrc</filename> as an alias with:
En las primeras versiones de FreeBSD, y también en muchas otras versiones de <trademark class="registered">UNIX</trademark>, puede ser peligroso cambiar la shell del usuario <systemitem class="username">root</systemitem> a otra que no sea <command>sh</command> o <command>csh</command>; es posible que no tenga una shell funcional cuando el sistema entre en modo single user. La solución es usar el comando <command>su -m</command> para convertirse en el usuario <systemitem class="username">root</systemitem>, que le dará acceso a la shell <command>tcsh</command> como <systemitem class="username">root</systemitem>, porque la shell es parte del entorno. Puede hacer esto permanente añadiendolo a su archivo <filename>.tcshrc</filename> como un alias, de la siguiente forma:
Then <command>cd</command> to the subdirectory of <filename>/usr/local/kermit</filename> that has the file <filename>Makefile</filename>. Type
A continuación, utilice el comando <command>cd</command> para acceder al subdirectorio <filename>/usr/local/kermit</filename>, el cual contieneel archivo <filename>Makefile</filename>. Escriba:
An excellent book that explains <trademark class="registered">UNIX</trademark> commands and utilities is Abrahams & Larson, <citetitle>Unix for the Impatient</citetitle> (2nd ed., Addison-Wesley, 1996). There is also a lot of <trademark class="registered">UNIX</trademark> information on the Internet.
Un excelente libro que explica los comandos y utilidades de <trademark class="registered">UNIX</trademark> es <citetitle>Unix for the Impatient</citetitle> (2ª ed., Addison-Wesley, 1996) de Abrahams & Larson. También hay mucha información de <trademark class="registered">UNIX</trademark> en Internet.
Use <command>find</command> to locate <filename>filename</filename> in <filename>/usr</filename> or any of its subdirectories with
Utilice el comando <command>find</command> para buscar <filename>filename</filename> en el directorio <filename>/usr</filename> o en cualquier de sus subdirectorios con: