profile.xml 754 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="ch-scripts-profile">
  7. <title>The Bash Shell Startup Files</title>
  8. <?dbhtml filename="profile.html"?>
  9. <para>Create the <filename>/etc/profile</filename> file:</para>
  10. <screen><userinput>cat &gt; /etc/profile &lt;&lt; "EOF"
  11. <literal># Begin /etc/profile
  12. export LC_ALL=<replaceable>[ll]</replaceable>_<replaceable>[CC]</replaceable>
  13. export LANG=<replaceable>[ll]</replaceable>_<replaceable>[CC]</replaceable>
  14. export INPUTRC=/etc/inputrc
  15. # End /etc/profile</literal>
  16. EOF</userinput></screen>
  17. </sect1>