closeprograms.dita 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
  3. <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
  4. <!-- (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved. -->
  5. <task id="closeprograms" xml:lang="en-us">
  6. <title>Close all of your programs</title>
  7. <shortdesc>You need to shut down everything else before installing major programs</shortdesc>
  8. <prolog>
  9. <metadata>
  10. <keywords>
  11. <indexterm>Close programs</indexterm>
  12. <indexterm>web server</indexterm>
  13. <indexterm>database</indexterm>
  14. </keywords>
  15. </metadata>
  16. </prolog>
  17. <taskbody>
  18. <steps>
  19. <step>
  20. <cmd>If you are on a Windows system, click the X in the corner of each program.</cmd>
  21. </step>
  22. <step>
  23. <cmd>If you are on a Linux system, type kill -9 [PID] for each of your programs. </cmd>
  24. <tutorialinfo>You might want to save your data first.</tutorialinfo>
  25. </step>
  26. <step>
  27. <cmd>If you are on a Macintosh, you will have to ask someone else. I have a wonderful little iPod, but that is
  28. the limit of my experience with Apple products.</cmd>
  29. </step>
  30. </steps>
  31. </taskbody>
  32. </task>