etcshells.po 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: PACKAGE VERSION\n"
  4. "POT-Creation-Date: 2020-08-08 19:28+0800\n"
  5. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  6. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  7. "Language-Team: LANGUAGE <LL@li.org>\n"
  8. "Language: zh_CN\n"
  9. "MIME-Version: 1.0\n"
  10. "Content-Type: text/plain; charset=UTF-8\n"
  11. "Content-Transfer-Encoding: 8bit\n"
  12. "X-Generator: Translate Toolkit 2.2.5\n"
  13. #. type: Content of: <sect1><title>
  14. msgid "Creating the /etc/shells File"
  15. msgstr "创建 /etc/shells 文件"
  16. #. type: Content of: <sect1><indexterm><primary>
  17. msgid "/etc/shells"
  18. msgstr "/etc/shells"
  19. #. type: Content of: <sect1><para>
  20. msgid ""
  21. "The <filename>shells</filename> file contains a list of login shells on the "
  22. "system. Applications use this file to determine whether a shell is valid. "
  23. "For each shell a single line should be present, consisting of the shell's "
  24. "path relative to the root of the directory structure (/)."
  25. msgstr ""
  26. "<filename>shells</filename> 文件包含系统登录 shell 的列表,应用程序使用该文件"
  27. "判断 shell 是否合法。该文件中每行指定一个 shell,包含该 shell 相对于目录树根 "
  28. "(/) 的路径。"
  29. #. type: Content of: <sect1><para>
  30. msgid ""
  31. "For example, this file is consulted by <command>chsh</command> to determine "
  32. "whether an unprivileged user may change the login shell for her own account. "
  33. "If the command name is not listed, the user will be denied the ability to "
  34. "change shells."
  35. msgstr ""
  36. "例如 <command>chsh</command> 使用该文件判断一个非特权用户是否可以修改自己的登"
  37. "录 shell。如果命令没有在 /etc/shell 中找到,就会拒绝修改操作。"
  38. #. type: Content of: <sect1><para>
  39. msgid ""
  40. "It is a requirement for applications such as <application>GDM</application> "
  41. "which does not populate the face browser if it can't find <filename>/etc/"
  42. "shells</filename>, or FTP daemons which traditionally disallow access to "
  43. "users with shells not included in this file."
  44. msgstr ""
  45. "这个文件对某些程序是必要的。例如 <application>GDM</application> 在找不到 "
  46. "<filename>/etc/shells</filename> 时不会填充登录界面,FTP 守护进程通常禁止那些"
  47. "使用未在此文件列出的终端的用户登录。"
  48. #. type: Content of: <sect1><screen>
  49. #, no-wrap
  50. msgid ""
  51. "<userinput>cat &gt; /etc/shells &lt;&lt; \"EOF\"\n"
  52. "<literal># Begin /etc/shells\n"
  53. "\n"
  54. "/bin/sh\n"
  55. "/bin/bash\n"
  56. "\n"
  57. "# End /etc/shells</literal>\n"
  58. "EOF</userinput>"
  59. msgstr ""
  60. "<userinput>cat &gt; /etc/shells &lt;&lt; \"EOF\"\n"
  61. "<literal># Begin /etc/shells\n"
  62. "\n"
  63. "/bin/sh\n"
  64. "/bin/bash\n"
  65. "\n"
  66. "# End /etc/shells</literal>\n"
  67. "EOF</userinput>"