etcshells.po 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. # SOME DESCRIPTIVE TITLE
  2. # Copyright (C) YEAR Free Software Foundation, Inc.
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "POT-Creation-Date: 2020-06-17 12:44+0800\n"
  11. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: LANGUAGE <LL@li.org>\n"
  14. "Language: \n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #. type: Content of: <sect1><title>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/etcshells.xml:17
  20. msgid "Creating the /etc/shells File"
  21. msgstr ""
  22. #. type: Content of: <sect1><indexterm><primary>
  23. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/etcshells.xml:20
  24. msgid "/etc/shells"
  25. msgstr ""
  26. #. type: Content of: <sect1><para>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/etcshells.xml:23
  28. msgid ""
  29. "The <filename>shells</filename> file contains a list of login shells on the "
  30. "system. Applications use this file to determine whether a shell is "
  31. "valid. For each shell a single line should be present, consisting of the "
  32. "shell's path relative to the root of the directory structure (/)."
  33. msgstr ""
  34. #. type: Content of: <sect1><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/etcshells.xml:29
  36. msgid ""
  37. "For example, this file is consulted by <command>chsh</command> to determine "
  38. "whether an unprivileged user may change the login shell for her own "
  39. "account. If the command name is not listed, the user will be denied the "
  40. "ability to change shells."
  41. msgstr ""
  42. #. type: Content of: <sect1><para>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/etcshells.xml:34
  44. msgid ""
  45. "It is a requirement for applications such as <application>GDM</application> "
  46. "which does not populate the face browser if it can't find "
  47. "<filename>/etc/shells</filename>, or FTP daemons which traditionally "
  48. "disallow access to users with shells not included in this file."
  49. msgstr ""
  50. #. type: Content of: <sect1><screen>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter09/etcshells.xml:40
  52. #, no-wrap
  53. msgid ""
  54. "<userinput>cat &gt; /etc/shells &lt;&lt; \"EOF\"\n"
  55. "<literal># Begin /etc/shells\n"
  56. "\n"
  57. "/bin/sh\n"
  58. "/bin/bash\n"
  59. "\n"
  60. "# End /etc/shells</literal>\n"
  61. "EOF</userinput>"
  62. msgstr ""