Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Change recursive copy, -a is supposed to capture more like sym links.

...

Code Block
languagexml
cd /opt
sudo cp -Rpa ./apache/tomcat.1/ ./apache/tomcat.2/ # This will be Tomcat2

...