1
0

changingowner.po 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. #. type: Content of: <sect1><title>
  13. msgid "Changing Ownership"
  14. msgstr "改变所有者"
  15. #. type: Content of: <sect1><note><para>
  16. msgid ""
  17. "The commands in the remainder of this book must be performed while logged in "
  18. "as user <systemitem class=\"username\">root</systemitem> and no longer as "
  19. "user <systemitem class=\"username\">lfs</systemitem>. Also, double check "
  20. "that <envar>$LFS</envar> is set in <systemitem class=\"username\">root</"
  21. "systemitem>'s environment."
  22. msgstr ""
  23. "本书中后续的所有命令都应该在以 <systemitem class=\"username\">root</"
  24. "systemitem> 用户登录的情况下完成,而不是 <systemitem class=\"username\">lfs</"
  25. "systemitem> 用户。另外,请再次检查 <envar>$LFS</envar> 变量已经在 "
  26. "<systemitem class=\"username\">root</systemitem> 用户的环境中设定好。"
  27. #. type: Content of: <sect1><para>
  28. msgid ""
  29. "Currently, the whole directory hierarchy in <filename class=\"directory\">"
  30. "$LFS</filename> is owned by the user <systemitem class=\"username\">lfs</"
  31. "systemitem>, a user that exists only on the host system. If the directories "
  32. "and files under <filename class=\"directory\">$LFS</filename> are kept as "
  33. "they are, they will be owned by a user ID without a corresponding account. "
  34. "This is dangerous because a user account created later could get this same "
  35. "user ID and would own all the files under <filename class=\"directory\">"
  36. "$LFS</filename>, thus exposing these files to possible malicious "
  37. "manipulation."
  38. msgstr ""
  39. "目前,<filename class=\"directory\">$LFS</filename> 中整个目录树的所有者都是 "
  40. "<systemitem class=\"username\">lfs</systemitem>,这个用户只在宿主系统存在。如"
  41. "果不改变 <filename class=\"directory\">$LFS</filename> 中文件和目录的所有权,"
  42. "它们会被一个没有对应账户的用户 ID 所有。这是危险的,因为后续创建的新用户可能"
  43. "获得这个用户 ID,并成为 <filename class=\"directory\">$LFS</filename> 中全部"
  44. "文件的所有者,从而产生恶意操作这些文件的可能。"
  45. #. type: Content of: <sect1><para>
  46. msgid ""
  47. "To address this issue, change the ownership of the <filename class="
  48. "\"directory\">$LFS/*</filename> directories to user <systemitem class="
  49. "\"username\">root</systemitem> by running the following command:"
  50. msgstr ""
  51. "为了避免这样的问题,执行以下命令,将 <filename class=\"directory\">$LFS/*</"
  52. "filename> 目录的所有者改变为 <systemitem class=\"username\">root</"
  53. "systemitem>:"
  54. #. type: Content of: <sect1><screen>
  55. #, no-wrap
  56. msgid ""
  57. "<userinput>chown -R root:root $LFS/{usr,lib,var,etc,bin,sbin,tools}\n"
  58. "case $(uname -m) in\n"
  59. " x86_64) chown -R root:root $LFS/lib64 ;;\n"
  60. "esac</userinput>"
  61. msgstr ""
  62. "<userinput>chown -R root:root $LFS/{usr,lib,var,etc,bin,sbin,tools}\n"
  63. "case $(uname -m) in\n"
  64. " x86_64) chown -R root:root $LFS/lib64 ;;\n"
  65. "esac</userinput>"